Python-PyCharm: Interactive debugging in console

Home Forums Quantitative Methods and Programming Python-PyCharm: Interactive debugging in console

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #8963

    Being an long-time R user I got used to debug my R-Scripts in console (for whatever reasons I rarely use breakpoints in R-Studio). Programming in Python I would of course prefer to have both. It is possible e.g. in PyCharm IDE:
    0) set a breakpoint, debug your file
    1) switch to console window
    2) click on command prompt icon
    3) execute arbitrary code in command line

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.