dseight / vscode-disasexpl

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

Only check for basename instead of full filename #12

Closed grubmair closed 2 years ago

grubmair commented 3 years ago

The relation between assembly and c/c++ code cannot be established if the debug file shows .file entries with relative paths. For example: ".file 1 ./test.cpp".

Now, only the filename is checked in this sanity check, instead of the full .file entry.

dseight commented 2 years ago

Fixed with e4b202996a3255789548ff35b35dd26d4b0fbfcf , so closing.