leopk.blogg.se

How to open a file in visual studio code debugger
How to open a file in visual studio code debugger











how to open a file in visual studio code debugger

Under File menu select Open Folder and select the EMPower project folder that you previously downloaded and extracted. Once you installed Visual Studio Code and the above plugins, start by opening Visual Studio Code. Note: from the above list download the packages according to your OS.

how to open a file in visual studio code debugger

SEGGER Evaluation Software for emPower ( link).Note: under windows use version 7-2018 ( link).If you wish to add the option to attach to a running target, just change the launch.json "request": "launch" to "request": "attach". Please notice that the below configurations will re-flash your target, reset and attach to debug.

how to open a file in visual studio code debugger

Our target MCU will be the NXP MK66FX1M0xxx18, you can acquire it in our online store( link). In this tutorial, we will cover only how to add Debug capability to Cortex cores Microcontrollers over debug probe J-Link.įor this example purpose, we will be using the SEGGER‘s emPower v2.0 evaluation board. Besides allowing to do code refactoring and version control by installing extensions it is possible to extend this “simple” code editor to a multi-platform development environment. Is a free of charge source code editor from Microsoft that is available for Windows, Linux and OS-X. There are 3rd party plugins available that enable Visual Studio Code debugging on embedded targets via GDB + J-Link + GDBServer.













How to open a file in visual studio code debugger