python - PyCharm: long waiting for console/debugging -


i'm using pycharm 4, , noticed after working time project, run , debugging takes long time establish console connection. in contrast, if run same code using python console (also in pycharm) runfile('file_path.py') starts immediately, , python console not take long time start. similarly, if start new project, , add old files there, pycharm run , debugging connects console faster. did face issue well?


Comments