Search code examples
eclipsedebuggingjarbreakpointstarget-platform

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


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


Solution

  • 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.