qpython-android / qpython.org

QPython contributor & sugguestion & question homepage
http://qpython.org
58 stars 11 forks source link

adding debug functionality to the qeditor #135

Open pswzyu opened 8 years ago

pswzyu commented 8 years ago

I think debugging is a must have functionality for a develop platform. And supporting debug can be a big step toward being an "IDE".

It seems this is not hard to implement. Maybe we can create a new qeditor or add fragment to the current one, and integrate the python interpreter console to the editor and maybe a fragment for controlling the debug process and show local variables.

I'm willing to help if I can get access to the qpython app code.