Replies: 1 comment
-
In the video you can see this PR mentioned: micropython/micropython-lib#499 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have watched https://www.youtube.com/watch?v=RRN_ngx01vM (A Debugger for Micropython?) an wanted to try this myself.
I followed the Instructions to build Micropython and got
settrace
working.But where can I get pdb for Micropython?
micropython-pdb is just an empty dummy, that does nothing.
I downloaded the cpython pdb source from github which does not really work:
So how can i get pdb running for Micropython?
Beta Was this translation helpful? Give feedback.
All reactions