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