platformio / platformio-vscode-ide

PlatformIO IDE for VSCode: The next generation integrated development environment for IoT
https://marketplace.visualstudio.com/items?itemName=platformio.platformio-ide
Apache License 2.0
1.23k stars 196 forks source link

Platform.io : watch window debug issues. #2917

Open pujit1304 opened 2 years ago

pujit1304 commented 2 years ago

Hey I am new to platform.io for embedded development of projects. I've been using keil for long time for my motor control project. It helps me monitor the status of variables in watch window without halting the program . Motor is free running while I am monitoring variables in watch window.

Is is possible to observe the expressions and variables in watch window for platform.io without any breakpoint. I can't stop my program as it involves motor control.

S4deghN commented 1 year ago

I would love this feature too if it's technically possible to implement