debugging - How to Find out if Eclipse is running in debug mode -


there lot of question/answers how detect code if eclipse running in debug mode; can't find source describes how user can find out if eclipse running in debug mode or not. have examined eclipse while running application find out if running application in debug mode or not, , can't find source explaining this. have gone through output messages in console, , again there nothing indicates if application running in debug mode.

so, can please tell me how can find out if application running in eclipse running in debug mode or not.

switch "debug" perspective , @ debug pane. if looks this, you're not debugging:

enter image description here

and if looks this, debugging:

enter image description here


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -