vscode-java-debug icon indicating copy to clipboard operation
vscode-java-debug copied to clipboard

Feature request: Add step back capability to Debugger for Java

Open wilmarques opened this issue 5 years ago • 1 comments

VSCode has the support for step back debugging (https://github.com/microsoft/vscode/issues/7652) but the debugger has to implement the capability.

vscode-node-debug already did it (https://github.com/microsoft/vscode/issues/13705 & https://github.com/Microsoft/vscode-node-debug/issues/77).

Is it possible to implement this on Debugger for Java?

wilmarques avatar Apr 07 '20 19:04 wilmarques

Looking forward to the implementation of this feature!

sysulq avatar Dec 21 '23 09:12 sysulq