开发者

How to debug entry point method for app in Eclipse?

开发者 https://www.devze.com 2023-04-02 20:17 出处:网络
After started my aap, in Eclipse, i set break poins in different places, run debug - all ok. But, I need debug en开发者_StackOverflowtry point (first - that executed) method for my app.

After started my aap, in Eclipse, i set break poins in different places, run debug - all ok.

But, I need debug en开发者_StackOverflowtry point (first - that executed) method for my app.

And in this moment i confused - I cant run debug, because, debug need that application started.

I can start debug after app started, but entry method successful execute.

So, i really dont know how debug entry point method.

Please, help me with this problem.


If you have access to the main() method (your entry point) code, you can setup a Method Breakpoint in order to stop the debug session just before entering main():

How to debug entry point method for app in Eclipse?

0

精彩评论

暂无评论...
验证码 换一张
取 消