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
set breakpoint at the last line on file aaa.erl
press f5 to start debug
in the erlang consone, i run aaa:show(). then breakpoint hit
in debug window, i can see var A and B, then i right click B, choose copy value, open new txt file, right click, paste, or ctrl+v, nothing pasted.
Expected behavior
vars from debug window can be pasted
here is the plugin info in vscode
Published 2019/11/18 05:56:41
Last published 2022/10/5 20:25:10
Last updated 2022/10/8 08:06:50
identifier erlang-ls.erlang-ls
vscode version
The text was updated successfully, but these errors were encountered:
Describe the bug
pasting var value from debug window not working
To Reproduce
aaa.erl
launch.json
set breakpoint at the last line on file aaa.erl
press f5 to start debug
in the erlang consone, i run aaa:show(). then breakpoint hit
in debug window, i can see var A and B, then i right click B, choose copy value, open new txt file, right click, paste, or ctrl+v, nothing pasted.
Expected behavior
vars from debug window can be pasted
here is the plugin info in vscode
vscode version
The text was updated successfully, but these errors were encountered: