MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / make_error_msg

Function make_error_msg

tests_python/test_debugger.py:2637–2638  ·  view source on GitHub ↗
(stderr)

Source from the content-addressed store, hash-verified

2635 assert is_stderr_ok(stderr), make_error_msg(stderr)
2636
2637 def make_error_msg(stderr):
2638 return "Did not find thread dump in stderr. stderr:\n%s" % (stderr,)
2639
2640 def is_stderr_ok(stderr):
2641 return "Thread Dump" in stderr and "Thread pydevd.CommandThread (daemon: True, pydevd thread: True)" in stderr

Callers 2

additional_output_checksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected