Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I’m trying to debug a simple project running on JBoss. From one day to another I’ve problems to debug this project. The debugger stops on the correct line number but opens the .class file for debugging.
I think they can’t find the appropriate source files. Any ideas?
There should be a button on the class file editor that the debugger brought up that says “Locate Source” did you try pointing it to the proper source file?
The debugger brought up a window with the title ‘Debug Source Display’ with the one and only content ‘Error’. No other hint appears and after this message the class file editor opens. I’m unable to tell him where are the sources.
When the class file is opened, is there a button on it that says “Attach Source” and not “Locate source” ? Sorry about that.
If not, and the class file is from some library (JAR?) you can just edit the JAR properties in the project properties, under the Library tab, and attach source there.