You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently developing an extension that translate and generates a java file with a smap. I'm seeing if vscode-java-debug extension is able to support debugging the file given the smap but I don't see any options to supply the smap.
Would what I'm trying to do be possible here?
The text was updated successfully, but these errors were encountered:
I was able to integrate the smap into the class file SourceDebugExtension following JSR045 specifications and I'm able to stop at the breakpoints and see the variable values.
However vscode-java-debug seems to particularly require ".java" extension files in order for the other debug functionality like line highlighting to show up.
I'm currently developing an extension that translate and generates a java file with a smap. I'm seeing if vscode-java-debug extension is able to support debugging the file given the smap but I don't see any options to supply the smap.
Would what I'm trying to do be possible here?
The text was updated successfully, but these errors were encountered: