Releases: soumyaprasadrana/vscode-java-debugx
v1.0.3
🧵 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
- 💡 Macro Multithread recording and playback by @soumyaprasadrana in #2
Full Changelog: v1.0.2...v1.0.3
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
Java DebugX 1.0.0: Streamlined Java Debugging with Macro Recording and Runtime Insights
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