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
↓ 8 callers
Method
get_process_and_thread_ids_from_prefix
(self)
pydevd_attach_to_process/winappdbg/interactive.py:737
↓ 8 callers
Function
get_socket_name
(close=False)
_pydev_bundle/pydev_localhost.py:63
↓ 8 callers
Method
hexadecimal
Convert binary data to a string of hexadecimal numbers. @type data: str @param data: Binary data. @type separator
pydevd_attach_to_process/winappdbg/textio.py:540
↓ 8 callers
Function
if
_pydevd_frame_eval/pydevd_frame_evaluator.c:20321
↓ 8 callers
Method
on_POP_TOP
(self, instr)
_pydevd_bundle/pydevd_bytecode_utils.py:165
↓ 8 callers
Method
peek_string
Tries to read an ASCII or Unicode string from the address space of the process. @see: L{read_string} @type lpBaseA
pydevd_attach_to_process/winappdbg/process.py:2323
↓ 8 callers
Method
read
Reads the requested number of bytes from the process memory at the given address. Subclasses of L{Pattern} tipically don't n
pydevd_attach_to_process/winappdbg/search.py:110
↓ 8 callers
Method
read_structure
Reads a ctypes structure from the memory of the process. @see: L{read} @type lpBaseAddress: int @param lpBaseAddre
pydevd_attach_to_process/winappdbg/process.py:1860
↓ 8 callers
Method
recv
(self, *args, **kwargs)
tests_python/test_fixtures.py:23
↓ 8 callers
Method
resolve
Resolves a function exported by this module. @type function: str or int @param function: str: Name of the funct
pydevd_attach_to_process/winappdbg/module.py:684
↓ 8 callers
Method
write
Write a string. The base implementation writes to sys.stderr; a subclass may replace this with a different implementation.
_pydevd_bundle/pydevconsole_code.py:394
↓ 8 callers
Method
write_get_thread_stack
(self, thread_id)
tests_python/debugger_unittest.py:1440
↓ 7 callers
Function
CustomAddressIterator
Generator function that iterates through a memory map, filtering memory region blocks by any given condition. @type memory_map: list( L
pydevd_attach_to_process/winappdbg/util.py:472
↓ 7 callers
Function
IncRef
pydevd_attach_to_process/common/ref_utils.hpp:21
↓ 7 callers
Function
__Pyx_IternextUnpackEndCheck
UnpackItemEndCheck */
_pydevd_frame_eval/pydevd_frame_evaluator.c:21109
↓ 7 callers
Function
__Pyx_init_co_variable
_pydevd_frame_eval/pydevd_frame_evaluator.c:1051
↓ 7 callers
Method
__peek_c_type
(self, address, format, c_type)
pydevd_attach_to_process/winappdbg/process.py:1944
↓ 7 callers
Method
__poke_c_type
(self, address, format, unpacked)
pydevd_attach_to_process/winappdbg/process.py:1953
↓ 7 callers
Method
__read_c_type
(self, address, format, c_type)
pydevd_attach_to_process/winappdbg/process.py:1530
↓ 7 callers
Method
__write_c_type
(self, address, format, unpacked)
pydevd_attach_to_process/winappdbg/process.py:1537
↓ 7 callers
Method
_add_thread
Private method to add a thread object to the snapshot. @type aThread: L{Thread} @param aThread: Thread object.
pydevd_attach_to_process/winappdbg/thread.py:1986
↓ 7 callers
Method
_del_process
Private method to remove a process object from the snapshot. @type dwProcessId: int @param dwProcessId: Global process ID.
pydevd_attach_to_process/winappdbg/process.py:4819
↓ 7 callers
Function
as_int_in_env
(env_key, default)
_pydevd_bundle/pydevd_constants.py:244
↓ 7 callers
Method
assert_shortened_regex
(self, value, expected)
tests_python/test_safe_repr.py:63
↓ 7 callers
Function
basename
Provides the basename for a file.
pydevd_file_utils.py:430
↓ 7 callers
Method
call
(self, c)
tests_python/test_collect_bytecode_info.py:137
↓ 7 callers
Function
canonical_normalized_path
This returns a filename that is canonical and it's meant to be used internally to store information on breakpoints and see if there's any hit
pydevd_file_utils.py:411
↓ 7 callers
Function
check
(obtained, expected, strip_return_none=True)
tests_python/test_code_obj_to_source_code.py:8
↓ 7 callers
Function
code_obj_to_source
Converts a code object to source code to provide a suitable representation for the compiler when the actual source code is not found. Th
_pydevd_bundle/pydevd_code_to_source.py:595
↓ 7 callers
Method
detach
Detaches from a process currently being debugged. @note: On Windows 2000 and below the process is killed. @see: L{attach},
pydevd_attach_to_process/winappdbg/debug.py:723
↓ 7 callers
Method
disable_tracing
(self)
pydevd.py:1169
↓ 7 callers
Method
dispose_and_kill_all_pydevd_threads
When this method is called we finish the debug session, terminate threads and if this was registered as the global instance, unregist
pydevd.py:2495
↓ 7 callers
Method
fail_with_message
(self, msg, stdout, stderr, writerThread)
tests_python/debugger_unittest.py:662
↓ 7 callers
Method
free
Frees memory from the address space of the process. @see: U{http://msdn.microsoft.com/en-us/library/aa366894(v=vs.85).aspx}
pydevd_attach_to_process/winappdbg/process.py:2486
↓ 7 callers
Method
get_bits
@rtype: str @return: The number of bits in which this process believes to be running. For example, if running a 32 bit b
pydevd_attach_to_process/winappdbg/process.py:748
↓ 7 callers
Method
get_completions_message
get message with completions.
pycompletionserver.py:186
↓ 7 callers
Method
get_hardware_breakpoint
Returns the internally used breakpoint object, for the code breakpoint defined at the given address. @warning: It's usually
pydevd_attach_to_process/winappdbg/breakpoint.py:2568
↓ 7 callers
Method
get_module_by_name
@type modName: int @param modName: Name of the module to look for, as returned by L{Module.get_name}. If two
pydevd_attach_to_process/winappdbg/module.py:937
↓ 7 callers
Method
get_name
@rtype: str @return: Module name, as used in labels. @warning: Names are B{NOT} guaranteed to be unique. If yo
pydevd_attach_to_process/winappdbg/module.py:327
↓ 7 callers
Method
get_next_message
(self, context_message, timeout=None)
tests_python/debugger_unittest.py:905
↓ 7 callers
Method
get_page_breakpoint
Returns the internally used breakpoint object, for the page breakpoint defined at the given address. @warning: It's usually
pydevd_attach_to_process/winappdbg/breakpoint.py:2536
↓ 7 callers
Function
get_path_with_real_case
(filename)
pydevd_file_utils.py:274
↓ 7 callers
Method
get_state
@rtype: int @return: The current state of the breakpoint (L{DISABLED}, L{ENABLED}, L{ONESHOT}, L{RUNNING}).
pydevd_attach_to_process/winappdbg/breakpoint.py:275
↓ 7 callers
Function
has_binding
Safely check for PyQt or PySide, without importing submodules Parameters ---------- api : str [ 'pyqtv1' | 'pyqt' | 'pyside' | 'pyqtd
pydev_ipython/qt_loaders.py:102
↓ 7 callers
Method
has_hardware_breakpoint
Checks if a hardware breakpoint is defined at the given address. @see: L{define_hardware_breakpoint}, L{get_
pydevd_attach_to_process/winappdbg/breakpoint.py:2472
↓ 7 callers
Method
has_page_breakpoint
Checks if a page breakpoint is defined at the given address. @see: L{define_page_breakpoint}, L{get_page_bre
pydevd_attach_to_process/winappdbg/breakpoint.py:2449
↓ 7 callers
Method
in_project_scope
Note: in general this method should not be used (apply_files_filter should be used in most cases as it also handles the project scope
pydevd.py:1255
↓ 7 callers
Function
is_current_thread_main_thread
()
_pydevd_bundle/pydevd_utils.py:42
↓ 7 callers
Method
iter_symbols
Returns an iterator for the debugging symbols in a module, in no particular order. The symbols are automatically loaded when
pydevd_attach_to_process/winappdbg/module.py:521
↓ 7 callers
Function
join
(a, b)
interpreterInfo.py:30
↓ 7 callers
Method
make_io_message
@param msg: the message to pass to the debug server @param ctx: 1 for stdio 2 for stderr
_pydevd_bundle/pydevd_net_command_factory_xml.py:167
↓ 7 callers
Function
make_valid_xml_value
(s)
_pydevd_bundle/pydevd_xml.py:26
↓ 7 callers
Method
mark_after
(self, v)
_pydevd_bundle/pydevd_code_to_source.py:66
↓ 7 callers
Function
method
()
tests_python/test_sys_monitoring.py:56
↓ 7 callers
Function
monkey_patch_module
(module, funcname, create_func)
_pydev_bundle/pydev_monkey.py:685
↓ 7 callers
Function
notify_about_gevent_if_needed
When debugging with gevent check that the gevent flag is used if the user uses the gevent monkey-patching. :return bool: Returns
_pydevd_bundle/pydevd_utils.py:248
↓ 7 callers
Method
read
Reads from the memory of the process. @see: L{peek} @type lpBaseAddress: int @param lpBaseAddress: Memory address
pydevd_attach_to_process/winappdbg/process.py:1543
↓ 7 callers
Method
resolve
(self, attribute)
_pydevd_bundle/pydevd_resolver.py:425
↓ 7 callers
Method
run
(self)
tests_python/test_utilities.py:500
↓ 7 callers
Function
save_locals
Copy values from locals_dict into the fast stack slots in the given frame. Note: the 'save_locals' branch had a different approach wrapping
_pydevd_bundle/pydevd_save_locals.py:20
↓ 7 callers
Method
search
Search for the given pattern within the process memory. @type pattern: str, compat.unicode or L{Pattern} @param pattern: Pa
pydevd_attach_to_process/winappdbg/process.py:1329
↓ 7 callers
Method
set_hook
(self, *args, **kwargs)
pydev_ipython/inputhookqt4.py:39
↓ 7 callers
Function
wait_for_condition
(condition, msg=None, timeout=5, sleep=0.05)
tests_python/resources/_pydevd_test_find_main_thread_id.py:5
↓ 7 callers
Method
wait_for_new_thread
(self)
tests_python/debugger_unittest.py:999
↓ 7 callers
Method
write
(self, line, token)
_pydevd_bundle/pydevd_code_to_source.py:104
↓ 7 callers
Method
write_disconnect
(self, wait_for_response=True, terminate_debugee=False)
tests_python/test_debugger_json.py:322
↓ 7 callers
Method
write_multi_threads_single_notification
(self, multi_threads_single_notification)
tests_python/debugger_unittest.py:1255
↓ 7 callers
Method
write_set_debugger_property
( self, dont_trace_start_patterns=None, dont_trace_end_patterns=None, multi_threads_single_notificatio
tests_python/test_debugger_json.py:509
↓ 6 callers
Function
Exec
(exp, global_vars, local_vars=None)
_pydevd_bundle/pydevd_exec2.py:1
↓ 6 callers
Function
__Pyx_GetAttr3
_pydevd_frame_eval/pydevd_frame_evaluator.c:19872
↓ 6 callers
Method
__initialize_snapshot
Private method to automatically initialize the snapshot when you try to use it without calling any of the scan_* methods firs
pydevd_attach_to_process/winappdbg/thread.py:1714
↓ 6 callers
Method
__initialize_snapshot
Private method to automatically initialize the snapshot when you try to use it without calling any of the scan_* methods firs
pydevd_attach_to_process/winappdbg/module.py:830
↓ 6 callers
Method
__initialize_snapshot
Private method to automatically initialize the snapshot when you try to use it without calling any of the scan_* methods firs
pydevd_attach_to_process/winappdbg/process.py:3793
↓ 6 callers
Method
_clear_caches
(self)
pydevd.py:1321
↓ 6 callers
Function
_get_str_type_compatible
This method converts `args` to byte/unicode based on the `s' type.
_pydev_bundle/pydev_monkey.py:249
↓ 6 callers
Function
_indent_lines
(lines, indent=" ")
_pydevd_bundle/_debug_adapter/__main__pydevd_gen_debug_adapter_protocol.py:597
↓ 6 callers
Function
_is_jinja2_render_call
(frame)
pydevd_plugins/jinja2_debug.py:124
↓ 6 callers
Method
_parse_path
Parses a Registry path and returns the hive and key. @type path: str @param path: Registry path. @rtype: tuple( i
pydevd_attach_to_process/winappdbg/registry.py:460
↓ 6 callers
Function
_run_and_check
(testdir_or_pytester, path, check_for="Worked")
tests_python/test_run.py:8
↓ 6 callers
Function
_send_io_message
(py_db, s)
_pydevd_bundle/pydevd_comm.py:599
↓ 6 callers
Function
_show_return_values
(frame, arg)
_pydevd_sys_monitoring/_pydevd_sys_monitoring.py:1039
↓ 6 callers
Method
add_breakpoint
:param str original_filename: Note: must be sent as it was received in the protocol. It may be translated in this fun
_pydevd_bundle/pydevd_api.py:416
↓ 6 callers
Function
add_custom_frame
It's possible to show paused frames by adding a custom frame through this API (it's intended to be used for coroutines, but could potentially
_pydevd_bundle/pydevd_custom_frames.py:57
↓ 6 callers
Function
add_exception_to_frame
(frame, exception_info)
_pydevd_bundle/pydevd_frame_utils.py:32
↓ 6 callers
Method
align_address_to_page_end
Align the given address to the end of the page it occupies. That is, to point to the start of the next page. @type address:
pydevd_attach_to_process/winappdbg/util.py:384
↓ 6 callers
Function
allow_CTRL_C
Take CTRL+C into account (not implemented).
pydev_ipython/inputhook.py:48
↓ 6 callers
Method
break_at
Sets a code breakpoint at the given process and address. If instead of an address you pass a label, the breakpoint may be de
pydevd_attach_to_process/winappdbg/breakpoint.py:3861
↓ 6 callers
Function
call2
()
tests_python/resources/my_code/my_code_coroutine.py:14
↓ 6 callers
Method
call_on_timeout
This can be called regularly to always execute the given function after a given timeout: call_on_timeout(py_db, 10, on_timeout)
_pydevd_bundle/pydevd_timeout.py:170
↓ 6 callers
Function
check
(found, expected)
tests_python/test_smart_step_into_bytecode.py:20
↓ 6 callers
Method
close
(self, *args, **kwargs)
_pydev_bundle/pydev_console_utils.py:94
↓ 6 callers
Function
collect_return_info
(co, use_func_first_line=False)
_pydevd_bundle/pydevd_collect_bytecode_info.py:98
↓ 6 callers
Method
combine
(self, items, large=False)
tests_python/test_safe_repr.py:241
↓ 6 callers
Function
create_breakpoints_dict
(lines)
tests_python/test_frame_evaluator.py:88
↓ 6 callers
Method
do_kill
(self)
tests_python/debugger_unittest.py:356
↓ 6 callers
Method
erase_hardware_breakpoint
Erases the hardware breakpoint at the given address. @see: L{define_hardware_breakpoint}, L{has_hardware_bre
pydevd_attach_to_process/winappdbg/breakpoint.py:2882
↓ 6 callers
Method
filename_to_server
(self, filename)
_pydevd_bundle/pydevd_api.py:370
↓ 6 callers
Method
filename_to_str
-- in py3 raises an error if it's not str already.
_pydevd_bundle/pydevd_api.py:362
↓ 6 callers
Method
forbid
(self, module_name)
pydev_ipython/qt_loaders.py:36
↓ 6 callers
Method
get_code_breakpoint
Returns the internally used breakpoint object, for the code breakpoint defined at the given address. @warning: It's usually
pydevd_attach_to_process/winappdbg/breakpoint.py:2504
← previous
next →
301–400 of 7,039, ranked by callers