Having to execute the Run command twice

First, I am really starting to like Komodo 9. It’s quite a nice upgrade!

I am having a few issues with it, though. The biggest issue is that I have to ‘hit’ the Run command twice every time I want to run a script.

I wrote this simple script to test this.
x = 10
y = 5
puts x + y

When I hit Run, I get the output in the Debug Output screen. The second time I hit Run, the black square in the Debug Output window becomes dark black but there in no output. When I hit Run the second time, I get the output again (and the black square in the Debug Output is greyed)

This happens whether I use the Start icon (>), F5 or Debug/Go -> Continue from the menu.

Is there a new setting I’m not seeing that I need to change?

Any suggestions on how I can fix this? I don’t want to have to execute the Run command twice every time I want to run my scripts.

Thank you,
Jim

Yeah, the same problem. Seems like when you press Run again - the Debugger has stopped firstly so you have to click “Run” again. Can you report about it on GitHub? https://github.com/Komodo/KomodoEdit/issues/new

Thanks for the reply. I reported it on GitHub.

Jim

Please link the reported issue here.

Thanks,

  • Carey

@careyh

It’s not for me. It’s for people that hit this issue later and wonder where the fix is.

Thank you,

  • Carey

Anyway it is here now :stuck_out_tongue:

Here’s the link: