MicroPico
MicroPico copied to clipboard
Debug variables
This is a request for a variable debug window or any sort of debugging solution to see/manage variables (local or global). If there's already a way that I'm not aware of, please inform me.
Using print statement all the time, is exhausting and I would like to request for help. (I know most of this problem is because of nature of micropython itself)
Anything near to variables window in Thonny is better than nothing. (It only shows global variables)
Thank you for your great work.