Hi,
I started using Komodo IDE from yesterday; it feel really light and GUI is very appealing compared to other Python IDEs.
I was able to run my code and see the output through debugging tab.
But I was wondering if I can run the output on the interactive shell instead through output tab so that I can use the functions and classes that I created on the executed script.
If you set a breakpoint in the Komodo debugger, then when your program stops at the breakpoint, use the Debug > Inspect to change into an interactive shell session in which you can then interact and probe the application (i.e. your functions in the current script).