Using J-Link Debugger in VSCode

Using J-Link Debugger in VSCode

Using J-Link Debugger Visual Studio Code is a free source code editor developed by Microsoft. Through plugins, it can implement GDB + J-Link + GDBServer to debug embedded systems in VSCode. In this article, we will introduce how to add debugging capabilities to Cortex core microcontrollers using J-Link. The example uses SEGGER’s emPower v2.0 evaluation … Read more

Debugging ARM Cortex-M with VSCode: The Versatile Debugging Tool You Need to Know — cortex-debug

Debugging ARM Cortex-M with VSCode: The Versatile Debugging Tool You Need to Know — cortex-debug

Why We Are Discussing ItTo put it bluntly, the most frustrating aspects of embedded debugging are connection issues, visibility problems, inaccurate breakpoints, and chaotic logs. cortex-debug acts like a tool that collects these fragmented issues and assembles them into a smooth workflow. It’s not magic, but it truly transforms VSCode into a powerful debugging platform … Read more