Step by step verification (debug mode)

I am using eclipse. How it is run in debug mode. I tried running in debug in run menu, but it didn’t work.

The Eclipse UI may have changed since this, but I found this video: How to DEBUG Java code in Eclipse - YouTube

Maybe you forgot to set a breakpoint for the debugger to actually pause execution?

You could also go check Eclipse’s documentation, for example: Debugging the Eclipse IDE for Java Developers | The Eclipse Foundation

Thank you. It’s working now.

1 Like