lancaster-university / microbit-v2-samples

CODAL build tools and sample programs for the micro:bit v2.x
MIT License
64 stars 83 forks source link

VSCode: Add Cortex Debug launch config to attach to a running target. #83

Closed microbit-carlos closed 7 months ago

microbit-carlos commented 8 months ago

@JohnVidler This might also be helpful when debugging CODAL and/or pxt C++ code with MakeCode projects (the TS user code doesn't have symbols for the debugger, but you can still inspect the C++ stack trace or add breakpoint to the C++ sources).

JohnVidler commented 7 months ago

Looks good to me, lets merge this in :)