WebFreak001 / code-debug

Native debugging for VSCode
The Unlicense
401 stars 116 forks source link

disassembly support #321

Open GitMensch opened 2 years ago

GitMensch commented 2 years ago

That is in dap since July 2021 and supported in the ui sometime later (some notes are found in https://github.com/Marus/cortex-debug/issues/460 and https://github.com/Marus/cortex-debug/wiki/Disassembly-Debugging); it would be quite nice to get it into code-debug, too.

GitMensch commented 7 months ago

Now also available under public domain (in a Chinese fork of this extension https://gitee.com/openkylin/native-debug). I've tested it and "in overall" it works.

I'd suggest to get the "dap-version" out of the changes and integrate it here (the hardest part is to separate the unwanted things out - the disassembly changes are intermixed with other changes).

GitMensch commented 7 months ago

Nope - while the Repo says it is using Unlicense, it is MIT as those changes are copied nearly verbatim from cortex-debug - therefore much care has to be taken an neither the log points nor the disassembly can be used.