v1.0.2
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
- ✅ Copyrights updated by @soumyaprasadrana in #1
New Contributors
- @soumyaprasadrana made their first contribution in #1
Full Changelog: v1.0.0...v1.0.2