Bug 565721

Summary: Feature request: Async stacktrace support for Java debugger
Product: [Eclipse Project] JDT Reporter: Chin Bim <chin.bimbo>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: julian.honnen
Version: 4.17   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:

Description Chin Bim CLA 2020-07-30 15:02:12 EDT
It would be nice to add support for async stacktrace for the Java
debugger in Eclipse. This is a feature that has existed in IntelliJ
for a while now:

https://www.jetbrains.com/help/idea/debug-asynchronous-code.html#97f82

It's incredibly useful when debugging async-heavy code.

The instrumentation agent is also open source and available here:

https://github.com/JetBrains/intellij-community/blob/master/java/debugger/debugger-agent/src/com/intellij/rt/debugger/agent/CaptureAgent.java