QUERY · ISSUE
Add support for PDB debugging module
rfc
Hello,
I'd like to see support for debugger in Micropython. I know it has been discussed before, but I cannot find any conclusion on that topic from Micropython team. Is even possible to implement PDB support in current Micropython codebase?
If so, what is needed to make it happen? Do the project need more manpower for this task or is it matter of priority or money?
CANDIDATE · PULL REQUEST
Draft: Working towards pdb debugging support.
Details TBD
Requires: https://github.com/micropython/micropython/pull/8767
BDB Tested with bdb-example-1.zip / https://gist.github.com/Averroes/a208c5883c601992de08
Output doesn't quite match cpython at this stage, but seems to mostly work.
maindidn't work (presumably because it tried to break on previous line number`