I'm new here, so please excuse what might be a stupid question. I'm playing around with the IDE and it mostly seems pretty cool. One thing I can't figure out how to do is evaluate code while in the debug environment. Basically, is there a way to access a console that can evaluate code in real time while in the debugger the way you can in Spyder for example. Or do you have to rely entirely on print statements and the watchlist?

Thanks

Author