New to komodo. I think I changed something unintentionally…
Am coding Pyrhon. When I run a script the Watch tab opens next to the Output tab.
Can you toggle whether the Watch window opens or not.
Thanks.
New to komodo. I think I changed something unintentionally…
Am coding Pyrhon. When I run a script the Watch tab opens next to the Output tab.
Can you toggle whether the Watch window opens or not.
Thanks.
Hi @darienk,
Sounds like you’re looking for Run without Debugging which should be F7 (Cmd+R on OSX), or Debug menu > Run without Debugging. Sounds like you’ve started the actual debugger which is F5 (Cmd+. on OSX).
Thanks. I thought of that too, but even via F7 it opens. Seems like initially it was not acting this way. I may have changed some setting. I’ll keep hunting…
Hey @darienk,
My mistake, yes watch symbols is open when the debugger runs even if you “run without debugging”.
There are two other ways to run code in Komodo:
Okee dokee