Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ functions
Functions
7,039 in github.com/fabioz/PyDev.Debugger
⨍
Functions
7,039
◇
Types & classes
1,112
↳
Endpoints
39
↓ 898 callers
Method
append
(self, frame)
_pydevd_bundle/pydevd_frame_utils.py:233
↓ 319 callers
Method
keys
(self)
pydevd_attach_to_process/winappdbg/registry.py:208
↓ 314 callers
Method
write_make_initial_run
(self)
tests_python/test_debugger_json.py:147
↓ 289 callers
Method
test_file
(self, filename, wait_for_port=True, wait_for_initialization=True, **kwargs)
tests_python/debugger_fixtures.py:249
↓ 280 callers
Method
update
(self, contents)
_pydevd_bundle/_debug_adapter/__main__pydevd_gen_debug_adapter_protocol.py:51
↓ 276 callers
Method
get_line_index_with_content
:return the line index which has the given content (1-based).
tests_python/debugger_unittest.py:818
↓ 271 callers
Method
wait_for_breakpoint_hit
108 is over 109 is return 111 is breakpoint :param reason: may be the actual reason (int or string) or a list of rea
tests_python/debugger_unittest.py:1041
↓ 261 callers
Method
get
(self, tasklet)
_pydevd_bundle/pydevd_stackless.py:27
↓ 224 callers
Method
join
(self, timeout=None)
pydevd.py:336
↓ 210 callers
Method
join
(self)
tests_python/resources/_debugger_case20.py:46
↓ 204 callers
Method
to_dict
(self, update_ids_to_dap=False)
_pydevd_bundle/_debug_adapter/pydevd_schema.py:137
↓ 202 callers
Method
wait_for_thread_stopped
:param file: utf-8 bytes encoded file or unicode
tests_python/test_debugger_json.py:160
↓ 179 callers
Method
write_run_thread
(self, thread_id)
tests_python/debugger_unittest.py:1429
↓ 170 callers
Method
pop
(self)
_pydevd_bundle/pydevd_code_to_source.py:25
↓ 159 callers
Method
write_continue
(self, wait_for_response=True, thread_id="*")
tests_python/test_debugger_json.py:393
↓ 153 callers
Method
write_add_breakpoint
:param line: starts at 1 :param func: if None, may hit in any context, empty string only top level, otherwise must be method name.
tests_python/debugger_unittest.py:1218
↓ 116 callers
Method
exception
(self, event)
pydevd_attach_to_process/winappdbg/interactive.py:2104
↓ 113 callers
Method
append
(self, code_fragment)
_pydev_bundle/pydev_console_utils.py:155
↓ 113 callers
Method
write_set_breakpoints
Adds a breakpoint.
tests_python/test_debugger_json.py:201
↓ 112 callers
Method
write_launch
(self, **arguments)
tests_python/test_debugger_json.py:316
↓ 99 callers
Method
start
(self)
tests_python/resources/_debugger_case20.py:41
↓ 97 callers
Method
add_command
cmd is NetCommand
_pydevd_bundle/pydevd_comm.py:377
↓ 93 callers
Method
copy
(self)
_pydevd_bundle/_debug_adapter/__main__pydevd_gen_debug_adapter_protocol.py:48
↓ 91 callers
Method
find
Retrieve all crash dumps in the database, optionally filtering them by signature and timestamp, and/or sorting them by timestamp.
pydevd_attach_to_process/winappdbg/sql.py:813
↓ 91 callers
Method
items
(self)
pydevd_attach_to_process/winappdbg/registry.py:234
↓ 83 callers
Function
__Pyx_AddTraceback
_pydevd_frame_eval/pydevd_frame_evaluator.c:24019
↓ 83 callers
Method
write
(self, s)
_pydevd_bundle/pydevd_io.py:132
↓ 77 callers
Method
get
@type debug: L{Debug} @param debug: Debug object that received the event. @type raw: L{DEBUG_EVENT} @param raw: Ra
pydevd_attach_to_process/winappdbg/event.py:1178
↓ 71 callers
Method
decode
(self, encoding)
tests_python/test_safe_repr.py:656
↓ 65 callers
Method
getvalue
(self)
_pydevd_bundle/pydevd_io.py:127
↓ 64 callers
Method
_translate_id_from_dap
(dap_id)
_pydevd_bundle/_debug_adapter/pydevd_base_schema.py:30
↓ 64 callers
Method
_translate_id_to_dap
(obj_id)
_pydevd_bundle/_debug_adapter/pydevd_base_schema.py:18
↓ 64 callers
Method
write_request
(self, request)
tests_python/test_debugger_json.py:137
↓ 62 callers
Method
info
(self)
tests_python/test_safe_repr.py:223
↓ 61 callers
Function
__Pyx_PyObject_GetAttrStr
_pydevd_frame_eval/pydevd_frame_evaluator.c:19156
↓ 60 callers
Method
wait_for_response
(self, request, response_class=None)
tests_python/test_debugger_json.py:133
↓ 59 callers
Function
GetLastError
()
pydevd_attach_to_process/winappdbg/win32/kernel32.py:2179
↓ 59 callers
Method
get_process
@see: L{get_pid} @rtype: L{Process} @return: Process where the event occured.
pydevd_attach_to_process/winappdbg/event.py:223
↓ 57 callers
Method
make_error_message
(self, seq, text)
_pydevd_bundle/pydevd_net_command_factory_xml.py:77
↓ 55 callers
Method
write
(self, s)
tests_python/debugger_unittest.py:871
↓ 53 callers
Method
address
@type address: int @param address: Memory address. @type bits: int @param bits: (Optional) Number of b
pydevd_attach_to_process/winappdbg/textio.py:498
↓ 53 callers
Method
next_seq
(self)
tests_python/debugger_unittest.py:995
↓ 53 callers
Method
write
(self, *args, **kwargs)
_pydev_bundle/pydev_console_utils.py:40
↓ 52 callers
Function
__Pyx_PyObject_IsTrue
_pydevd_frame_eval/pydevd_frame_evaluator.c:25410
↓ 52 callers
Method
write
(self, data)
pydevconsole.py:493
↓ 51 callers
Method
write_step_in
(self, thread_id, target_id=None)
tests_python/test_debugger_json.py:419
↓ 50 callers
Method
get_address
@rtype: int @return: The target memory address for the breakpoint.
pydevd_attach_to_process/winappdbg/breakpoint.py:250
↓ 49 callers
Method
write
(self, s)
tests_python/test_collect_bytecode_info.py:132
↓ 48 callers
Method
remove
Removes a crash from the container. @type crash: L{Crash} @param crash: Crash object to remove.
pydevd_attach_to_process/winappdbg/crash.py:1518
↓ 47 callers
Function
get_exception_traceback_str
()
pydevd_tracing.py:35
↓ 45 callers
Function
glob_matches_path
(path, pattern, sep=os.sep, altsep=os.altsep)
_pydevd_bundle/pydevd_filtering.py:60
↓ 45 callers
Method
update
(self, globals, locals)
_pydev_bundle/pydev_ipython_console_011.py:364
↓ 45 callers
Method
write_step_over
(self, thread_id)
tests_python/debugger_unittest.py:1348
↓ 44 callers
Method
clear
Clears the resources held by this object.
pydevd_attach_to_process/winappdbg/thread.py:343
↓ 44 callers
Method
get
(self, id)
_pydevd_bundle/pydevd_concurrency_analyser/pydevd_concurrency_logger.py:283
↓ 42 callers
Function
check_name_and_line
(found, expected)
tests_python/test_smart_step_into_bytecode.py:148
↓ 42 callers
Method
evaluate
:param wait_for_response: If True returns the response, otherwise returns the request. :returns EvaluateResponse
tests_python/test_debugger_json.py:560
↓ 41 callers
Method
get_handle
@rtype: int @return: Window handle. @raise ValueError: No window handle set.
pydevd_attach_to_process/winappdbg/window.py:149
↓ 40 callers
Method
add
Add a new crash dump to the database, optionally filtering them by signature to avoid duplicates. @type crash: L{Crash}
pydevd_attach_to_process/winappdbg/sql.py:738
↓ 39 callers
Function
__Pyx_RaiseArgtupleInvalid
RaiseArgTupleInvalid */
_pydevd_frame_eval/pydevd_frame_evaluator.c:20187
↓ 39 callers
Function
get_global_debugger
()
_pydevd_bundle/pydevd_constants.py:835
↓ 38 callers
Function
collect_smart_step_into_variants
(*args, **kwargs)
tests_python/test_smart_step_into_bytecode.py:42
↓ 38 callers
Method
wait_for_message
(self, accept_message, unquote_msg=True, expect_xml=True, timeout=None, double_unquote=True)
tests_python/debugger_unittest.py:1557
↓ 37 callers
Function
monkey_patch_os
(funcname, create_func)
_pydev_bundle/pydev_monkey.py:693
↓ 36 callers
Method
flush
(self)
_pydevd_bundle/pydevd_io.py:140
↓ 36 callers
Function
function
()
tests_python/test_smart_step_into_bytecode.py:79
↓ 35 callers
Function
build
(path)
tests_python/test_pydevd_filtering.py:172
↓ 34 callers
Method
dumps
(obj, protocol=HIGHEST_PROTOCOL)
pydevd_attach_to_process/winappdbg/crash.py:130
↓ 34 callers
Method
get_variables_response
(self, variables_reference, fmt=None, success=True)
tests_python/test_debugger_json.py:352
↓ 33 callers
Function
__Pyx_NewRef
_pydevd_frame_eval/pydevd_frame_evaluator.c:1256
↓ 32 callers
Method
add_exec
(self, code, expected_more=False)
tests/test_pydev_ipython_011.py:45
↓ 32 callers
Method
start
(self)
pydevd_attach_to_process/winappdbg/breakpoint.py:1756
↓ 32 callers
Method
update_dict_ids_from_dap
(cls, dct)
_pydevd_bundle/_debug_adapter/pydevd_schema.py:12085
↓ 32 callers
Method
update_dict_ids_to_dap
(cls, dct)
_pydevd_bundle/_debug_adapter/pydevd_schema.py:12130
↓ 32 callers
Method
wait
Waits for the next debug event. @see: L{cont}, L{dispatch}, L{loop} @type dwMilliseconds: int @param dwMillisecond
pydevd_attach_to_process/winappdbg/debug.py:813
↓ 32 callers
Method
wait_for_json_message
(self, expected_class, accept_message=lambda obj: True)
tests_python/test_debugger_json.py:102
↓ 31 callers
Method
add
(self, signature)
_pydevd_bundle/pydevd_signature.py:142
↓ 31 callers
Method
write_get_frame
(self, thread_id, frame_id)
tests_python/debugger_unittest.py:1341
↓ 30 callers
Method
integer
@type integer: int @param integer: Integer. @type bits: int @param bits: (Optional) Number of bits of
pydevd_attach_to_process/winappdbg/textio.py:478
↓ 30 callers
Method
setdefault
(self, default)
pydevd_attach_to_process/winappdbg/registry.py:78
↓ 29 callers
Method
get_handle
Returns a handle to the process with I{at least} the access rights requested. @note: If a handle was previously
pydevd_attach_to_process/winappdbg/process.py:232
↓ 29 callers
Method
get_pid
@see: L{get_process} @rtype: int @return: Process global ID where the event occured.
pydevd_attach_to_process/winappdbg/event.py:205
↓ 28 callers
Method
assert_in
(self, tok, tips)
tests/test_simpleTipper.py:210
↓ 28 callers
Method
assert_unchanged
(self, value, expected)
tests_python/test_safe_repr.py:39
↓ 28 callers
Method
get_stack_as_json_hit
(self, thread_id, no_stack_frame=False)
tests_python/test_debugger_json.py:331
↓ 28 callers
Method
make_mod
(self, name="x", repl=None, subst=None, sample=SAMPLE_CODE)
test_pydevd_reload/test_pydevd_reload.py:51
↓ 27 callers
Method
count
Counts how many crash dumps have been stored in this database. Optionally filters the count by heuristic signature. @type s
pydevd_attach_to_process/winappdbg/sql.py:953
↓ 27 callers
Function
extract_token_and_qualifier
Extracts the token a qualifier from the text given the line/colum (see test_extract_token_and_qualifier for examples). :param unicode te
_pydev_bundle/_pydev_completer.py:219
↓ 27 callers
Method
get_process
@rtype: L{Process} @return: Parent Process object. Returns C{None} if unknown.
pydevd_attach_to_process/winappdbg/thread.py:172
↓ 27 callers
Method
put
(self, msg)
tests_python/test_fixtures.py:29
↓ 27 callers
Method
read
(self, *args, **kwargs)
_pydev_bundle/pydev_console_utils.py:46
↓ 27 callers
Method
write_add_exception_breakpoint_with_policy
( self, exception, notify_on_handled_exceptions, notify_on_unhandled_exceptions, ignore_libraries
tests_python/debugger_unittest.py:1319
↓ 26 callers
Method
mark_messages
(self, expected_class, accept_message=lambda obj: True)
tests_python/test_debugger_json.py:92
↓ 26 callers
Method
write_set_exception_breakpoints
:param list(str) filters: A list with 'raised' or 'uncaught' entries. :param list(ExceptionOptions) exception_options:
tests_python/test_debugger_json.py:278
↓ 24 callers
Method
get_pid
(self)
pydevd_attach_to_process/winappdbg/interactive.py:81
↓ 24 callers
Method
values
(self)
pydevd_attach_to_process/winappdbg/registry.py:221
↓ 24 callers
Function
wait_for_condition
(condition, msg=None, timeout=TIMEOUT, sleep=0.05)
tests_python/debugger_unittest.py:159
↓ 23 callers
Function
__Pyx_CyFunction_New
CythonFunction */
_pydevd_frame_eval/pydevd_frame_evaluator.c:23763
↓ 23 callers
Function
__Pyx_PyCode_New
_pydevd_frame_eval/pydevd_frame_evaluator.c:25191
↓ 23 callers
Method
_get_text_attributes
()
pydevd_attach_to_process/winappdbg/textio.py:843
next →
1–100 of 7,039, ranked by callers