Skip to content

v1.0.2

Compare
Choose a tag to compare
@soumyaprasadrana soumyaprasadrana released this 09 Nov 20:30
· 2 commits to main since this release
eb78f3b

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