Skip to content

0.4.0

Compare
Choose a tag to compare
@provegard provegard released this 24 Apr 10:22
· 599 commits to master since this release
  • Don't include tools.jar in the distibuted zip; grab it from the runtime JDK instead.
  • Source map support, both file based (requires the file to be readable/accessible by
    NCDbg) and inline (issue #23).
  • Fix marshalling of concatenated JS strings (issue #29)
  • Allow setting local variables using Debugger.setVariableValue (issue #30)
  • Limited Java 9 support (can debug a program running on Java 9)
  • Support conditional breakpoints
  • List inherited properties from an arbitrary Java object
  • JavaBeans support (issue #33)
  • Support Debugger.restartFrame (issue #31)
  • Support the Profiling domain and CPU profiling (issue #32)