Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ran Pycharm debug which ended with exit code -1

Just a quick question but I ran Pycharm debug on a lengthy series of test scripts and the end result was:

"Process finished with exit code -1"

I was just wondering what this means given that exit code 0 is a pass and exit code 1 is a fail. (is it super awesome code to end in -1?)

like image 294
thewellis Avatar asked Apr 16 '14 10:04

thewellis


People also ask

How do I stop Debug mode in PyCharm?

Terminate a debugger session Click the Stop button in the Debug tool window. Alternatively, press Ctrl+F2 and select the process to terminate (if there are two or more of them).

How do I step through PyCharm debugger?

From the main menu, select Run | Force Step Over or press Alt+Shift+F8 .


1 Answers

You may be seeing that exit code because of a bug in PyCharm.

like image 187
Michael Platings Avatar answered Oct 01 '22 02:10

Michael Platings