Start the SEGGER J-Link gdb server, if not running already. Put some code on the microcontroller that prints via SEGGER RTT. Press connect, using the default host and port.
Disable or disconnect other external RTT viewers such as the RTT console in Cortex.
To compile and test this extension open this directory in vscode. Install Node.js, then run npm install
and npm run compile
.
Then you should just be able to run with F5
.
Run the following commands to create a .vsix
file:
npm install
vsce package
The file can be loaded into vscode by going to extensions
-> ...
(top right) -> Install from VSIX
. Then select the file you just built.
This project is licensed under the MIT license, see LICENSE.txt for more info.