Hacker News new | ask | show | jobs
by ice109 3427 days ago
pycharm let's you do this! this is the only thing I missed from MATLAB. you can set a breakpoint in a script and open up the debug console and see all the live variables and run code. it works perfectly and you get Python + pycharm. I'm spoiled now and anticipate having trouble moving to another language.
1 comments

It's been a while that I have used it, but I used to do that in Matlab all the time. The shortcut in the IDE was F9, I think.