Proddy

Results 313 comments of Proddy

I used a Python implementation which reads the stack dump from a file. I launch it from Visual Studio Code directly. See https://github.com/proddy/EMS-ESP/blob/master/scripts/analyze_stackdmp.py

@starlino yes you can get all the pio variables in python so easy to adjust. See the doc https://docs.platformio.org/en/latest/projectconf/advanced_scripting.html Creating a VSC extension isn't that useful. If you want to...