You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thought I should add. Running Ninja 2.3 on a Raspberry Pi. Debugger works fine when I am using Python 2.7. Have tried both regular install via the plugin manager and downloading from the site and manual install.
The problem is that this debugger is not python 3 compatible, it looks like the change shouldn't be that much to make it compatible but I haven't had the chance to implement it. If you want to give it a shot, please go ahead.
When I use Python 3.2 as my version I get a window popping up with the above message. The console displays.
File "/home/pi/.ninja_ide/addins/plugins/debugger_plugin/ndb3/ndb3.py", line 92
print "Exception at debug: " + repr(e)
^
SyntaxError: invalid syntax
I started changing the program and then decided I didn't want to hack it up so am asking for some help from the guy who actually knows how it works.
The text was updated successfully, but these errors were encountered: