Komodo IDE 9.3.0 - Crtl+F7 cause an Debugger Error

In Komodo IDE 9.3.0 - Crtl+F7 occur Debugger Error with the following message:
Debugger Initialization Error
*unexpected error starting the debugger"

Note: This is run without debugger.

In Komodo IDE 9.2.1 it works correct. Only the Komodo update 9.3.0 was installed.

Is there any solution?

What language are you using?

I’m a Perl and Python developer.
In both case i get the Debugger Initialization Error.
With Perl and Python - F7 or Crtl+F7 occur this Error.
I think there is a Bug in Komodo IDE 9.3.0.
Note that the debug session - F5 or Crtl F5 works correct.

I’ve confirmed that this used to work in 9.2 and no longer works in 9.3. Would you please submit a bug report? https://github.com/Komodo/KomodoEdit/issues/new

Logged a bug here: https://github.com/Komodo/KomodoEdit/issues/835

Couldn’t wait as I’m working on a fix.

I seem to be running into something similar on Ubuntu 14.03 with Komodo IDE 9.3 latest version. When I try to “Run without debugging” a Window pops up saying the following:

Unable to initialize the debugging system because Debugging will be unavailable until you change the debugger port in your preferences. You can try allowing the system to provide a free port.
Debugger Initialization Error
OK

I click the OK button and it give me another popup saying:

There was an unexpected error starting the debugger.
OK

Once again this in “Run without Debugging” so the debugger shouldn’t even be getting involved here. If I Run with Debugging then it’s working but when an error occurs I get a popup that says something about the code being compiler and it can’t give me any specific debug info other than to show me the line where the problem occurred.

If this issue is already fixed then is there a way for me to get a fixed version? Thanks for the help. I really appreciate it!

This issue should be fixed on the latest nightly: http://downloads.activestate.com/Komodo/nightly/komodoide/latest/

Thank you! I installed the nightly build and it is now working.

Thank you! The nightly build works correct.