thewellis
thewellis

Reputation: 325

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?)

Upvotes: 9

Views: 11243

Answers (2)

gem7318
gem7318

Reputation: 301

This is possibly a bespoke issue, but for some reason my Associate this virtual environment with the current project had become unchecked, and re-checking it fixed this bug for me.

Upvotes: 0

Michael Platings
Michael Platings

Reputation: 3155

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

Upvotes: 8

Related Questions