dseight / vscode-disasexpl

Disassembly Explorer for VS Code
MIT License
48 stars 11 forks source link

Nothing happens when I click on code #4

Closed HorstBaerbel closed 5 years ago

HorstBaerbel commented 5 years ago

In the preview it shows if I click onto a line on the left or right side it should jump to the correct line in the opposite panel. It does not, for me.

HorstBaerbel commented 5 years ago

I'm outputting my assembly files using the "-save-temps" option. Could that be a problem?

HorstBaerbel commented 5 years ago

Sorry. Nevermind. I wasn't compiling with "-g" :/ It works now. Thanks!