MCPcopy Index your code
hub / github.com/fabioz/PyDev.Debugger / is_stderr_ok

Function is_stderr_ok

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

Source from the content-addressed store, hash-verified

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
2642
2643 with case_setup.test_file("_debugger_case_get_thread_stack.py", additional_output_checks=additional_output_checks) as writer:
2644 writer.write_add_breakpoint(12, None)

Callers 2

additional_output_checksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected