How do I set breakpoint in Eclipse in a Target Platform JAR?

85 views Asked by At

I need to set breakpoint in Eclipse in a Target Platform JAR. The JAR does not appear in Package Explorer. Is it possible?

1

There are 1 answers

0
nitind On BEST ANSWER

No. Despite the accuracy of +Robert's comment, setting a breakpoint must be done through the UI, and that's only possible when the relevant class is in the Package Explorer or open in an editor.