Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ run
Function
run
tests/debugpy/test_breakpoints.py:21–22 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
19
20
@pytest.fixture(params=[runners.launch, runners.attach_connect[
"cli"
]])
21
def
run(request):
22
return
request.param
23
24
25
@pytest.mark.parametrize(
"target"
, targets.all_named)
Callers
12
test_path_with_ampersand
Function · 0.70
test_path_with_unicode
Function · 0.70
test_conditional_breakpoint
Function · 0.70
test_crossfile_breakpoint
Function · 0.70
test_error_in_condition
Function · 0.70
test_log_point
Function · 0.70
test_breakpoint_in_package_main
Function · 0.70
test_add_and_remove_breakpoint
Function · 0.70
test_breakpoint_in_nonexistent_file
Function · 0.70
test_invalid_breakpoints
Function · 0.70
test_deep_stacks
Function · 0.70
test_break_api
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected