code-debug icon indicating copy to clipboard operation
code-debug copied to clipboard

disassembly support

Open GitMensch opened this issue 3 years ago • 2 comments

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 avatar Mar 04 '22 08:03 GitMensch

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 avatar Feb 07 '24 13:02 GitMensch

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.

GitMensch avatar Feb 07 '24 14:02 GitMensch