Skip to content

Releases: soumyaprasadrana/vscode-java-debugx

v1.0.3

11 Nov 02:17
bc01e67
Compare
Choose a tag to compare

🧵 Enhanced Multi-Threaded Compatibility

Java DebugX is designed to work seamlessly with multi-threaded debugging! 🎉 Now, you can record and replay debugging sessions even in complex, multi-threaded applications. This enhancement captures step-in, step-over, and other critical debugging events across threads, allowing you to efficiently review and trace through complex scenarios without retracing steps manually. 🚀

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

09 Nov 20:30
eb78f3b
Compare
Choose a tag to compare

Java DebugX 1.0.0: Streamlined Java Debugging with Macro Recording and Runtime Insights

We are excited to introduce Java DebugX 1.0.0, an extension designed to elevate your Java debugging experience in Visual Studio Code. With this initial release, Java DebugX brings advanced features that simplify and speed up the debugging process, including:

  • Macro Recording: Record your debugging sessions, including step-in, step-out, and breakpoints, and replay them later to save time and effort.
  • Runtime Insights: Gain deeper visibility into your code during debugging with real-time insights into variables, execution flow, and more.
  • Dynamic Method Invocation: Dynamically invoke methods and inspect the behavior of your code in real-time to aid in identifying and fixing issues faster.

Whether you're debugging a single thread or preparing for complex sessions, Java DebugX streamlines your workflow, helping you work smarter, not harder. We look forward to your feedback as we continue to improve and expand the features in future updates.

Full Changelog: https://github.com/soumyaprasadrana/vscode-java-debugx/commits/v1.0.0

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.2

Java DebugX 1.0.0: Streamlined Java Debugging with Macro Recording and Runtime Insights

09 Nov 14:45
Compare
Choose a tag to compare

Java DebugX 1.0.0: Streamlined Java Debugging with Macro Recording and Runtime Insights

We are excited to introduce Java DebugX 1.0.0, an extension designed to elevate your Java debugging experience in Visual Studio Code. With this initial release, Java DebugX brings advanced features that simplify and speed up the debugging process, including:

  • Macro Recording: Record your debugging sessions, including step-in, step-out, and breakpoints, and replay them later to save time and effort.
  • Runtime Insights: Gain deeper visibility into your code during debugging with real-time insights into variables, execution flow, and more.
  • Dynamic Method Invocation: Dynamically invoke methods and inspect the behavior of your code in real-time to aid in identifying and fixing issues faster.

Whether you're debugging a single thread or preparing for complex sessions, Java DebugX streamlines your workflow, helping you work smarter, not harder. We look forward to your feedback as we continue to improve and expand the features in future updates.

Full Changelog: https://github.com/soumyaprasadrana/vscode-java-debugx/commits/v1.0.0