Hi! Thanks for opening up a issue for this. The live watch functionality is not something I have enabled by default in STM32 for VSCode. It is possible to add it however by setting the livewatch configuration in your launch.json file. E.g.: ...
Live watch is not supported for servertype 'external'. Only 'openocd', 'jlink', 'stlink' supported/tested. Report back to us if it works with 'external' My setup is vscode connected to WSL +ST-LINK_gdbserver.exerunning on the Windows side for debugging, so I guess it's not "very...
You can see the output of npm watch in the Terminal tab. How to debug The extension is split into two main parts. The front-end which is what you interact with mostly The backend called debug adapter which interfaces between gdb, vscode/front-end, and the gdb-server. We just start the...
Open VSCode in the top folder and run the tasknpm watch. This will compile the code and watch for any changes and auto compile. The first time, it may take a minute or so for it to watch the entire folder. You can see the output ofnpm watchin the Terminal tab. ...
"liveWatch": { "enabled": false, "samplesPerSecond": 4 }, "showDevDebugOutput": "none" } ] } 13 changes: 13 additions & 0 deletions 13 .vscode/settings.json @@ -0,0 +1,13 @@ { "workbench.iconTheme": "vs-minimal", "cmake.configureSettings": { "CMAKE_TOOLCHAIN_FILE": "...
.enabledbooleanBothEnable/Disable Live Watch. Only applies to OpenOCD liveWatch .samplesPerSecondnumberBothMaximum number of samples per second. Different from GUI refresh-rate, which is a user/workspace setting loadFilesstring[]LaunchList of files (hex/bin/elf files) to load/program instead of ...
STM32CubeIDE has live watch when using GDB, even with OpenOCD. Not sure if there is a way to see how they have implemented it. haneefdm mentioned this issue Apr 2, 2022 Watch variables disappear in VSCode when debugging an STM32 project #406 Closed pwnorbitals commented Aug 26, 202...
The Add to Live Watch was added to all the Variable window elements. We have no way to tell VSCode, which categories (Scopes) should be allowed. So, on a right-click, you will see this menu option but it will not work and you will be notified if you use it. Bugfix: #832 Issue...
Describe the bug I use VSCode on a Windows Machine. I have setup a Devcontainer within which I debug and develop. When I start the first Debugging session everything seems to work (First debugging session after building the devcontainer)...
Visual Studio Code extension for enhancing debug capabilities for Cortex-M Microcontrollers - cortex-debug/package.json at master · Marus/cortex-debug