cortex-debug
cortex-debug copied to clipboard
Visual Studio Code extension for enhancing debug capabilities for Cortex-M Microcontrollers
Hi together, i open this issue to plan, discuss, collect things for an improvement of the documentation. I‘m using an issue because it‘s better for discussion etc. First of all...
This is an idea to explore. We know it is possible in a multi-core ARM system using CoreSight components to near-simultaneously halt/resume all cores. My own knowledge on this is...
Hi, There seems to be something broken in copying (righ click -> copy value) of some values from Watch View. Instead of value, error is copied, eg.: ` ` Here...
I recently found following documentation: https://developer.arm.com/documentation/ddi0489/f/debug/about-debug?lang=en And as i have seen that there seems to be a way to get a pointer to the ITM register set, i though that...
Hi, I saw this project over on [Reddit](https://www.reddit.com/r/embedded/comments/7q1hri/visual_studio_code_extension_for_debugging_arm/). I really like the initiative and I want to support your work. Is there a way to send a monetary contribution?
I sometimes need to do remote debugging, for which I connected a J-Link to a Raspberry Pi which is running the ARM version of JLinkGDBServer. I would like to be...
I'm not sure if this is the same as #115 (it certainly seems related) but any semihosting operation from the device seems to automatically append a newline in the debug...
I have been using the extension and found it to be very nice and valuable tool. Now, I wanted to run openocd from another computer in the same network. I...
Would it be possible for you to add swo support for the bmp? The code to do this is relatively straightforward (See https://github.com/mubes/orbuculum/blob/master/Src/orbuculum.c around line 1202 ... there may be...
I have got a NRF52840-dk devkit and got the ITM tracing to work using JLinkGDBServer. I tried to get it working using OpenOCD but yet to no avail. I'm on...