Pydev调试器返回退出代码142

时间:2014-08-21 14:43:09

标签: python debugging pydev exit-code

我在PyCharm中调试的脚本(使用PyDev调试器,内部版本135.1057),返回退出代码142 。我无法找到不同退出代码含义的文档。

有人可以启发我,或者为我提供相应文档的链接吗?

由于

1 个答案:

答案 0 :(得分:0)

来自Pytest docs的第97页:

failure_demo.py:142:ValueError

______TestRaises.test_reinterpret_fails_with_print_for_the_fun_of_it______     

self=<failure_demo.TestRaisesobjectat0x2aec3e4cc438>

def test_reinterpret_fails_with_print_for_the_fun_of_it(self): 
    l=[1,2,3] 
    print("lis%r"%l) > E a,b=l.pop()
    TypeError:’int’objectisnotiterable