Ran Pycharm debug which ended with exit code -1(Ran Pycharm 调试以退出代码 -1 结束)
问题描述
只是一个简单的问题,但我在一系列冗长的测试脚本上运行了 Pycharm 调试,最终结果是:
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"
我只是想知道这意味着什么,因为退出代码 0 是通过,退出代码 1 是失败.(以-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?)
推荐答案
您可能会看到退出代码,因为 PyCharm 中的错误.
You may be seeing that exit code because of a bug in PyCharm.
这篇关于Ran Pycharm 调试以退出代码 -1 结束的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!