Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ next_seq
Method
next_seq
tests_python/debugger_unittest.py:995–997 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
993
return
self._next_breakpoint_id
994
995
def
next_seq(self):
996
self._sequence += 2
997
return
self._sequence
998
999
def
wait_for_new_thread(self):
1000
# wait for hit breakpoint
Callers
15
write_make_initial_run
Method · 0.95
write_set_protocol
Method · 0.95
write_authenticate
Method · 0.95
write_version
Method · 0.95
write_show_return_vars
Method · 0.95
write_add_breakpoint
Method · 0.95
write_json_config
Method · 0.95
write_stop_on_start
Method · 0.95
write_dump_threads
Method · 0.95
write_add_exception_breakpoint
Method · 0.95
write_get_current_exception
Method · 0.95
write_set_py_exception_globals
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected