MCPcopy Create free account
hub / github.com/microsoft/debugpy / test_path_with_unicode

Function test_path_with_unicode

tests/debugpy/test_breakpoints.py:40–51  ·  view source on GitHub ↗
(target, run)

Source from the content-addressed store, hash-verified

38
39@pytest.mark.parametrize("target", targets.all_named)
40def test_path_with_unicode(target, run):
41 test_py = bp_root / "ನನ್ನ_ಸ್ಕ್ರಿಪ್ಟ್.py"
42
43 with debug.Session() as session:
44 with run(session, target(test_py)):
45 session.set_breakpoints(test_py, ["bp"])
46
47 session.wait_for_stop(
48 "breakpoint",
49 expected_frames=[some.dap.frame(test_py, name="ಏನಾದರೂ_ಮಾಡು", line="bp")],
50 )
51 session.request_continue()
52
53
54conditions = {

Callers

nothing calls this directly

Calls 5

set_breakpointsMethod · 0.80
wait_for_stopMethod · 0.80
request_continueMethod · 0.80
runFunction · 0.70
targetFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…