开发者

Howto Step by Step in Debug Mode Eclipse ADT

开发者 https://www.devze.com 2023-03-22 09:03 出处:网络
How can I step by step debug an android app in DDMS?? I only find the \"Step into\" and \"Step o开发者_如何学Pythonver\" ....

How can I step by step debug an android app in DDMS??

I only find the "Step into" and "Step o开发者_如何学Pythonver" ....

Thanks for help!

Bye!


well step over is the answer....it exactly does step by step debugging


Step over allows you to go step by step, step into allows to get into the function and step return allows you to get back where you stopped with step over

0

精彩评论

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