Bug 565721 - Feature request: Async stacktrace support for Java debugger
Summary: Feature request: Async stacktrace support for Java debugger
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.17   Edit
Hardware: PC Windows 10
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-30 15:02 EDT by Chin Bim CLA
Modified: 2020-07-31 02:22 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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