How to skip a statement in Eclipse during debugging

Posted by frankfwl on Stack Overflow See other posts from Stack Overflow or by frankfwl
Published on 2010-05-18T22:38:20Z Indexed on 2010/05/18 22:50 UTC
Read the original article Hit count: 127

Filed under:
|

Is it possible to skip a statement in Eclipse while debugging? Suppose the process stopped at breakpoint and I want to skip the breakpoint line ( or maybe a few lines below), can I do it? On the debug tab, it only has "Step into", "Step over" and "Step return" buttons.

I did google around but couldn't find anything, hopefully I can find an answer here.

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about debug