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
↓ 12 callers
Function
unquote
(s)
_pydevd_bundle/pydevd_json_debug_options.py:113
↓ 12 callers
Method
update_stepping_info
(self)
_pydevd_bundle/pydevd_additional_thread_info_regular.py:202
↓ 12 callers
Method
write_step_next
(self, thread_id, wait_for_response=True)
tests_python/test_debugger_json.py:423
↓ 12 callers
Method
write_step_return
(self, thread_id)
tests_python/debugger_unittest.py:1378
↓ 11 callers
Function
__Pyx_GetException
_pydevd_frame_eval/pydevd_frame_evaluator.c:19978
↓ 11 callers
Function
__Pyx_Import
Import */
_pydevd_frame_eval/pydevd_frame_evaluator.c:22371
↓ 11 callers
Function
_get_apply_arg_patching
()
_pydev_bundle/pydev_monkey.py:42
↓ 11 callers
Function
_is_same_frame
(info, target_frame, current_frame)
_pydevd_sys_monitoring/_pydevd_sys_monitoring.py:1952
↓ 11 callers
Method
_is_same_frame
(self, target_frame, current_frame)
_pydevd_bundle/pydevd_frame.py:294
↓ 11 callers
Method
_update
Update oldobj, if possible in place, with newobj. If oldobj is immutable, this simply returns newobj. Args: oldobj: the ob
_pydevd_bundle/pydevd_reload.py:281
↓ 11 callers
Function
dbg
(s)
tests/test_jysimpleTipper.py:26
↓ 11 callers
Method
discard
(self, x)
_pydevd_bundle/_debug_adapter/__main__pydevd_gen_debug_adapter_protocol.py:43
↓ 11 callers
Method
get_dictionary
(self, _self, fmt=None)
_pydevd_bundle/pydevd_resolver.py:419
↓ 11 callers
Method
get_exception_code
@rtype: int @return: Exception code as defined by the Win32 API.
pydevd_attach_to_process/winappdbg/event.py:509
↓ 11 callers
Method
get_file_type
:param abs_real_path_and_basename: The result from get_abs_path_real_path_and_base_from_file or get_abs_path_real_pat
pydevd.py:1040
↓ 11 callers
Method
get_module_at_address
@type address: int @param address: Memory address to query. @rtype: L{Module} @return: C{Module} object that best
pydevd_attach_to_process/winappdbg/module.py:992
↓ 11 callers
Method
increment_suspend_time
(self)
pydevd.py:397
↓ 11 callers
Method
itervalues
@rtype: iterator @return: Iterator of the contained L{Crash} objects. @warning: A B{copy} of each object is returned,
pydevd_attach_to_process/winappdbg/crash.py:1476
↓ 11 callers
Method
kill
Kills a process currently being debugged. @see: L{detach} @type dwProcessId: int @param dwProcessId: Global ID of
pydevd_attach_to_process/winappdbg/debug.py:656
↓ 11 callers
Method
map_to_client
(self, runtime_source_filename, lineno)
_pydevd_bundle/pydevd_source_mapping.py:85
↓ 11 callers
Method
on_breakpoints_changed
When breakpoints change, we have to re-evaluate all the assumptions we've made so far.
pydevd.py:1175
↓ 11 callers
Method
scan_threads
Populates the snapshot with running threads.
pydevd_attach_to_process/winappdbg/thread.py:1909
↓ 11 callers
Function
send_process_created_message
()
_pydev_bundle/pydev_monkey.py:976
↓ 11 callers
Method
write_set_project_roots
(self, project_roots)
tests_python/debugger_unittest.py:1316
↓ 10 callers
Method
_add_process
Private method to add a process object to the snapshot. @type aProcess: L{Process} @param aProcess: Process object.
pydevd_attach_to_process/winappdbg/process.py:4799
↓ 10 callers
Function
_expression_to_evaluate
(expression)
_pydevd_bundle/pydevd_vars.py:212
↓ 10 callers
Function
_get_func_code_info
Provides code-object related info. Note that it contains informations on the breakpoints for a given function. If breakpoints change a n
_pydevd_sys_monitoring/_pydevd_sys_monitoring.py:547
↓ 10 callers
Function
check
(hit, exc_type, exc_desc)
tests_python/test_debugger.py:1595
↓ 10 callers
Function
check
(obtained, expected)
tests_python/test_convert_utilities.py:183
↓ 10 callers
Method
check
(self, module, expected_attributes)
_pydev_bundle/_pydev_saved_modules.py:66
↓ 10 callers
Method
do_kill_pydev_thread
(self)
pydevd.py:3283
↓ 10 callers
Method
flush
Flushes changes immediately to disk. This method is normally not needed, as the Registry writes changes to disk by itself. T
pydevd_attach_to_process/winappdbg/registry.py:347
↓ 10 callers
Method
getCompletions
(self, text, act_tok)
pydevconsole.py:102
↓ 10 callers
Function
get_abs_path_real_path_and_base_from_frame
(frame, NORM_PATHS_AND_BASE_CONTAINER=NORM_PATHS_AND_BASE_CONTAINER)
pydevd_file_utils.py:941
↓ 10 callers
Method
get_bits
@rtype: str @return: The number of bits in which this thread believes to be running. For example, if running a 32 bit bi
pydevd_attach_to_process/winappdbg/thread.py:879
↓ 10 callers
Method
get_children_variables
(self, fmt=None, scope=None)
_pydevd_bundle/pydevd_suspended_frames.py:265
↓ 10 callers
Method
get_debugee_pids
@rtype: list( int... ) @return: Global IDs of processes being debugged.
pydevd_attach_to_process/winappdbg/debug.py:1118
↓ 10 callers
Method
get_module
@rtype: L{Module} @return: Module object for the newly loaded DLL.
pydevd_attach_to_process/winappdbg/event.py:973
↓ 10 callers
Method
get_next_message
(self, context_message, timeout=None)
tests_python/debugger_unittest.py:206
↓ 10 callers
Function
get_pydevd_file
()
_pydevd_bundle/pydevd_command_line_handling.py:98
↓ 10 callers
Method
get_size
@rtype: int @return: The size in bytes of the breakpoint.
pydevd_attach_to_process/winappdbg/breakpoint.py:257
↓ 10 callers
Method
get_var
(self, variables_reference, var_name=None, index=None)
tests_python/test_debugger_json.py:501
↓ 10 callers
Method
get_var_data
:param dict fmt: Format expected by the DAP (keys: 'hex': bool, 'rawString': bool) :param context: This is t
_pydevd_bundle/pydevd_suspended_frames.py:37
↓ 10 callers
Method
is_enabled
@rtype: bool @return: C{True} if the breakpoint is in L{ENABLED} state.
pydevd_attach_to_process/winappdbg/breakpoint.py:220
↓ 10 callers
Method
is_one_shot
@rtype: bool @return: C{True} if the breakpoint is in L{ONESHOT} state.
pydevd_attach_to_process/winappdbg/breakpoint.py:227
↓ 10 callers
Function
is_true_in_env
(env_key)
_pydevd_bundle/pydevd_constants.py:223
↓ 10 callers
Function
log_context
To be used to temporarily change the logging settings.
_pydev_bundle/pydev_log.py:108
↓ 10 callers
Method
notifyTest
(self, *args)
_pydev_runfiles/pydev_runfiles_xml_rpc.py:75
↓ 10 callers
Function
patch_args
:param list args: Arguments to patch. :param bool is_exec: If it's an exec, the current process will be replaced (this means
_pydev_bundle/pydev_monkey.py:366
↓ 10 callers
Method
set_flag_value
Sets a single flag, leaving the others intact. @type FlagBit: int @param FlagBit: One of the L{Flags}.
pydevd_attach_to_process/winappdbg/thread.py:746
↓ 10 callers
Method
write_evaluate_expression
(self, locator, expression)
tests_python/debugger_unittest.py:1518
↓ 10 callers
Method
write_list_threads
(self)
tests_python/test_debugger_json.py:154
↓ 9 callers
Function
__Pyx_IterFinish
IterFinish */
_pydevd_frame_eval/pydevd_frame_evaluator.c:21094
↓ 9 callers
Function
__Pyx_PyObject_GetAttrStrNoError
_pydevd_frame_eval/pydevd_frame_evaluator.c:19173
↓ 9 callers
Function
_do_wait_suspend
(py_db, thread_info, frame, event, arg)
_pydevd_sys_monitoring/_pydevd_sys_monitoring.py:1978
↓ 9 callers
Method
addRow
Add a row to the table. All items are converted to strings. @type row: tuple @keyword row: Each argument is a cell in the
pydevd_attach_to_process/winappdbg/textio.py:1087
↓ 9 callers
Function
bool_parser
(s)
_pydevd_bundle/pydevd_json_debug_options.py:109
↓ 9 callers
Function
check
:param has_line_event_optimized_in_original_case: If True, we're handling a case where we have a double jump, i.e.: some case whe
tests_python/test_bytecode_manipulation.py:70
↓ 9 callers
Method
check_case
(self, writer_class, wait_for_port=True, wait_for_initialization=True, dap=False)
tests_python/debugger_unittest.py:446
↓ 9 callers
Function
check_dap_log_message
(log_message, expected, evaluated, eval_locals=None)
tests_python/test_utilities.py:117
↓ 9 callers
Function
clear_contents_debug_adapter_protocol
(contents_debug_adapter_protocol)
tests_python/test_resolvers.py:147
↓ 9 callers
Method
get_event_code
@rtype: int @return: Debug event code as defined in the Win32 API.
pydevd_attach_to_process/winappdbg/event.py:185
↓ 9 callers
Method
get_name
(self)
tests_python/resources/_debugger_case13.py:7
↓ 9 callers
Method
get_namespace
(self)
pydevconsole.py:99
↓ 9 callers
Method
get_process
@type dwProcessId: int @param dwProcessId: Global ID of the process to look for. @rtype: L{Process} @return: Proce
pydevd_attach_to_process/winappdbg/process.py:3856
↓ 9 callers
Method
get_sp
@rtype: int @return: Value of the stack pointer register.
pydevd_attach_to_process/winappdbg/thread.py:651
↓ 9 callers
Method
get_thread_id_for_variable_reference
We can't evaluate variable references values on any thread, only in the suspended thread (the main reason for this is that in UI fram
_pydevd_bundle/pydevd_suspended_frames.py:473
↓ 9 callers
Method
input_address
(self, token, pid=None, tid=None)
pydevd_attach_to_process/winappdbg/interactive.py:395
↓ 9 callers
Method
iter_modules
@see: L{iter_module_addresses} @rtype: dictionary-valueiterator @return: Iterator of L{Module} objects in this snapshot.
pydevd_attach_to_process/winappdbg/module.py:909
↓ 9 callers
Function
join_thread
(t)
tests_python/test_single_notification.py:87
↓ 9 callers
Method
m1
(self)
test_pydevd_reload/test_pydevd_reload.py:128
↓ 9 callers
Function
obtain_frame
()
tests_python/test_evaluate_expression.py:13
↓ 9 callers
Method
prompt_user
(self)
pydevd_attach_to_process/winappdbg/interactive.py:936
↓ 9 callers
Method
remove
Removes a buffer watch identifier. @type bw: L{BufferWatch} @param bw: Buffer watch identifier. @raise
pydevd_attach_to_process/winappdbg/breakpoint.py:1807
↓ 9 callers
Method
run
(self)
tests_python/resources/_debugger_case20.py:21
↓ 9 callers
Method
set_context
Sets the values of the registers. @see: L{get_context} @type context: dict( str S{->} int ) @param context: Dicti
pydevd_attach_to_process/winappdbg/thread.py:554
↓ 9 callers
Method
wait_for_contents
(self)
tests_python/debugger_unittest.py:1674
↓ 9 callers
Method
write_get_variable
(self, thread_id, frame_id, var_attrs)
tests_python/debugger_unittest.py:1345
↓ 9 callers
Method
write_version
(self)
tests_python/debugger_unittest.py:1207
↓ 8 callers
Function
__Pyx_ImportFrom
ImportFrom */
_pydevd_frame_eval/pydevd_frame_evaluator.c:22376
↓ 8 callers
Function
__Pyx_RaiseTooManyValuesError
RaiseTooManyValuesToUnpack */
_pydevd_frame_eval/pydevd_frame_evaluator.c:21081
↓ 8 callers
Function
__Pyx_TypeTest
ExtTypeTest */
_pydevd_frame_eval/pydevd_frame_evaluator.c:20113
↓ 8 callers
Method
__cleanup_breakpoint
Auxiliary method.
pydevd_attach_to_process/winappdbg/breakpoint.py:2069
↓ 8 callers
Method
__del_running_bp_from_all_threads
Auxiliary method.
pydevd_attach_to_process/winappdbg/breakpoint.py:2056
↓ 8 callers
Method
__get_system_breakpoint
(self, label)
pydevd_attach_to_process/winappdbg/module.py:1646
↓ 8 callers
Function
_check_in_separate_process
(method_name, module_name="test_utilities", update_env={})
tests_python/test_utilities.py:316
↓ 8 callers
Function
_get_line
(op_offset_to_line, op_offset, firstlineno, search=False)
_pydevd_bundle/pydevd_collect_bytecode_info.py:65
↓ 8 callers
Function
_get_thread_info
Provides thread-related info. May return None if the thread is still not active.
_pydevd_sys_monitoring/_pydevd_sys_monitoring.py:459
↓ 8 callers
Method
_handle_call_from_instr
(self, func_name_instr, func_call_instr)
_pydevd_bundle/pydevd_bytecode_utils.py:220
↓ 8 callers
Method
align_address_to_page_start
Align the given address to the start of the page it occupies. @type address: int @param address: Memory address. @
pydevd_attach_to_process/winappdbg/util.py:371
↓ 8 callers
Method
assert_saferepr
(self, value, expected)
tests_python/test_safe_repr.py:23
↓ 8 callers
Function
check_len_entry
(len_entry, first_2_params)
tests_python/test_resolvers.py:7
↓ 8 callers
Function
clear_contents_dictionary
(dictionary)
tests_python/test_resolvers.py:159
↓ 8 callers
Method
close
(self)
pydevd.py:3257
↓ 8 callers
Function
dbg
(s, prior)
pycompletionserver.py:57
↓ 8 callers
Function
dbg
(s)
tests/test_jyserver.py:16
↓ 8 callers
Method
disable
Transition to L{DISABLED} state. - When hit: OneShot S{->} Disabled - Forced by user: Enabled, OneShot, Running S{->} Dis
pydevd_attach_to_process/winappdbg/breakpoint.py:428
↓ 8 callers
Method
enable
Transition to L{ENABLED} state. - When hit: Running S{->} Enabled - Forced by user: Disabled, Running S{->} Enabled
pydevd_attach_to_process/winappdbg/breakpoint.py:446
↓ 8 callers
Method
get_exception_information
@type index: int @param index: Index into the exception information block. @rtype: int @return: Exception informat
pydevd_attach_to_process/winappdbg/event.py:526
↓ 8 callers
Method
get_pid
@rtype: int @return: Process global ID.
pydevd_attach_to_process/winappdbg/process.py:171
← previous
next →
201–300 of 7,039, ranked by callers