Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugger could not be started #11

Open
jfperez opened this issue Apr 26, 2015 · 2 comments
Open

Debugger could not be started #11

jfperez opened this issue Apr 26, 2015 · 2 comments

Comments

@jfperez
Copy link

jfperez commented Apr 26, 2015

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.

@jfperez
Copy link
Author

jfperez commented Apr 26, 2015

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.

@jsargiot
Copy link
Owner

jsargiot commented May 2, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants