Skip to content

v18.0

Choose a tag to compare

@Tonic-Box Tonic-Box released this 15 Jun 06:08
· 21 commits to main since this release

Add JStudio Live: attach to a running JVM

New :live-agent and :live-client subprojects

  • Attach to a running JVM and browse its loaded classes
  • Patch & Continue: recompile the current class and live-redefine it, grafting only the edited method bodies so the member set is preserved
  • Capture runtime-defined classes into the project
  • Heap instances, static fields, and thread/deadlock views