(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 |
| 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) |
no outgoing calls
no test coverage detected