One of the problems I'm running into is that my jar files and my source files don't match.
I'd like to:
I use eclipse mainly; so Solutions for eclipse would be most appreciated, but any IDE (or command line debugger) will do. Thanks!
A Java program can be debugged simply by right clicking on the Java editor class file from Package explorer. Select Debug As → Java Application or use the shortcut Alt + Shift + D, J instead. Either actions mentioned above creates a new Debug Launch Configuration and uses it to start the Java application.
You can restart running application by right clicking it in debug window and selecting "Terminate and relaunch".
debug code runs a lot slower than release - Visual Studio Feedback.
When developing just use and link to .class
files that are saved by your IDE.
If your project starts to grow to a point where it's really useful to link to a .jar
you're better off treating the jar's as separate projects.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With