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
↓ 4 callers
Method
enable_one_shot_code_breakpoint
Enables the code breakpoint at the given address for only one shot. @see: L{define_code_breakpoint}, L{has_c
pydevd_attach_to_process/winappdbg/breakpoint.py:2681
↓ 4 callers
Method
enable_output_redirection
(self, redirect_stdout, redirect_stderr)
pydevd.py:1617
↓ 4 callers
Method
exclude_by_filter
:return: True if it should be excluded, False if it should be included and None if no rule matched the given file.
_pydevd_bundle/pydevd_filtering.py:315
↓ 4 callers
Method
execute_line
(self, command, more=False)
tests_python/test_console.py:60
↓ 4 callers
Function
f
(q)
tests_python/resources/_debugger_case_multiprocessing_2.py:10
↓ 4 callers
Function
foo
(arg)
tests_python/resources/_debugger_case_smart_step_into2.py:3
↓ 4 callers
Function
generate_cython_module
()
build_tools/generate_code.py:237
↓ 4 callers
Function
generate_dont_trace_files
()
build_tools/generate_code.py:108
↓ 4 callers
Method
generic_visit
(self, node)
_pydevd_bundle/pydevd_collect_bytecode_info.py:423
↓ 4 callers
Method
get_after_tokens
(self)
_pydevd_bundle/pydevd_code_to_source.py:75
↓ 4 callers
Method
get_condition
@rtype: bool, function @return: Returns the condition callback for conditional breakpoints. Returns C{True} for uncondit
pydevd_attach_to_process/winappdbg/breakpoint.py:309
↓ 4 callers
Method
get_debugee_count
@rtype: int @return: Number of processes being debugged.
pydevd_attach_to_process/winappdbg/debug.py:1111
↓ 4 callers
Method
get_dictionary
(self, var, names=None, used___dict__=False)
_pydevd_bundle/pydevd_resolver.py:91
↓ 4 callers
Method
get_dictionary
(self, var, fmt={})
_pydevd_bundle/pydevd_resolver.py:512
↓ 4 callers
Method
get_fp
@rtype: int @return: Value of the frame pointer register.
pydevd_attach_to_process/winappdbg/thread.py:670
↓ 4 callers
Method
get_frames_list
(self, thread_id)
_pydevd_bundle/pydevd_suspended_frames.py:429
↓ 4 callers
Function
get_here
()
tests_python/resources/_debugger_case17.py:1
↓ 4 callers
Method
get_internal_queue_and_event
returns internal command queue for a given thread. if new queue is created, notify the RDB about it
pydevd.py:1594
↓ 4 callers
Method
get_line
(self, line)
_pydevd_bundle/pydevd_code_to_source.py:92
↓ 4 callers
Method
get_module
@type lpBaseOfDll: int @param lpBaseOfDll: Base address of the DLL to look for. @rtype: L{Module} @return: Module
pydevd_attach_to_process/winappdbg/module.py:885
↓ 4 callers
Method
get_module_base
@rtype: int @return: Base address for the newly loaded DLL.
pydevd_attach_to_process/winappdbg/event.py:966
↓ 4 callers
Method
get_peb
Returns a copy of the PEB. To dereference pointers in it call L{Process.read_structure}. @rtype: L{win32.PEB} @retu
pydevd_attach_to_process/winappdbg/process.py:884
↓ 4 callers
Method
get_pid
@rtype: int @return: Parent process global ID. @raise WindowsError: An error occured when calling a Win32 API function.
pydevd_attach_to_process/winappdbg/thread.py:205
↓ 4 callers
Method
get_pid
@rtype: int @return: Global ID of the process that owns this window.
pydevd_attach_to_process/winappdbg/window.py:159
↓ 4 callers
Method
get_process
@rtype: L{Process} @return: Parent Process object. Returns C{None} if unknown.
pydevd_attach_to_process/winappdbg/module.py:211
↓ 4 callers
Method
get_process_id_from_prefix
(self)
pydevd_attach_to_process/winappdbg/interactive.py:707
↓ 4 callers
Function
get_protocol
()
_pydevd_bundle/pydevd_constants.py:819
↓ 4 callers
Function
get_pydev_frontend
(pydev_host, pydev_client_port)
_pydev_bundle/pydev_ipython_console_011.py:503
↓ 4 callers
Method
get_pydevd_file
(self)
tests_python/debugger_unittest.py:808
↓ 4 callers
Method
get_server
(self)
_pydev_bundle/pydev_console_utils.py:410
↓ 4 callers
Function
get_socket_names
(n_sockets, close=False)
_pydev_bundle/pydev_localhost.py:37
↓ 4 callers
Method
get_test_name
(self, test)
_pydev_runfiles/pydev_runfiles_unittest.py:51
↓ 4 callers
Method
get_tid
@rtype: int @return: Global ID of the thread that owns this window.
pydevd_attach_to_process/winappdbg/window.py:169
↓ 4 callers
Function
getfilesystemencoding
()
_pydev_bundle/_pydev_filesystem_encoding.py:31
↓ 4 callers
Method
handle_breakpoint_condition
(self, info, pybreakpoint, new_frame)
pydevd.py:948
↓ 4 callers
Method
handle_breakpoint_expression
(self, pybreakpoint, info, new_frame)
pydevd.py:987
↓ 4 callers
Method
has_key
@type key: L{Crash} key. @param key: Key to find. @rtype: bool @return: C{True} if the key is present in the set o
pydevd_attach_to_process/winappdbg/crash.py:1414
↓ 4 callers
Method
has_thread
@type dwThreadId: int @param dwThreadId: Global ID of the thread to look for. @rtype: bool @return: C{True} if the
pydevd_attach_to_process/winappdbg/thread.py:1754
↓ 4 callers
Method
hexblock
Dump a block of hexadecimal numbers from binary data. Also show a printable text version of the data. @type data: str
pydevd_attach_to_process/winappdbg/textio.py:640
↓ 4 callers
Method
hexline
Dump a line of hexadecimal numbers from binary data. @type data: str @param data: Binary data. @type separator: s
pydevd_attach_to_process/winappdbg/textio.py:614
↓ 4 callers
Method
hit
Notify a breakpoint that it's been hit. This triggers the corresponding state transition and sets the C{breakpoint} property
pydevd_attach_to_process/winappdbg/breakpoint.py:494
↓ 4 callers
Method
in_hostile_mode
Determine if we're in hostile mode (anti-anti-debug). @rtype: bool @return: C{True} if this C{Debug} instance was started i
pydevd_attach_to_process/winappdbg/debug.py:1170
↓ 4 callers
Method
input_address_range
(self, token_list, pid=None, tid=None)
pydevd_attach_to_process/winappdbg/interactive.py:427
↓ 4 callers
Method
input_breakpoint
(self, token_list)
pydevd_attach_to_process/winappdbg/interactive.py:524
↓ 4 callers
Method
input_integer
(self, token)
pydevd_attach_to_process/winappdbg/interactive.py:388
↓ 4 callers
Method
is_alive
@rtype: bool @return: C{True} if the process is currently running.
pydevd_attach_to_process/winappdbg/process.py:431
↓ 4 callers
Function
is_bound_method
(obj)
_pydev_bundle/_pydev_calltip_util.py:20
↓ 4 callers
Method
is_executable
@rtype: bool @return: C{True} if all pages in this region are executable. @note: Executable pages are always readable.
pydevd_attach_to_process/winappdbg/win32/kernel32.py:1126
↓ 4 callers
Method
is_reserved
@rtype: bool @return: C{True} if the memory in this region is reserved.
pydevd_attach_to_process/winappdbg/win32/kernel32.py:1051
↓ 4 callers
Method
key
Alias of L{signature}. Deprecated since WinAppDbg 1.5.
pydevd_attach_to_process/winappdbg/crash.py:684
↓ 4 callers
Method
kill
Terminates the execution of the process. @raise WindowsError: On error an exception is raised.
pydevd_attach_to_process/winappdbg/process.py:362
↓ 4 callers
Method
list_test_names
(self, test_objs)
_pydev_runfiles/pydev_runfiles.py:718
↓ 4 callers
Function
loaded_api
Return which API is loaded, if any If this returns anything besides None, importing any other Qt binding is unsafe. Returns -------
pydev_ipython/qt_loaders.py:74
↓ 4 callers
Method
make_warning_message
(self, msg)
_pydevd_bundle/pydevd_net_command_factory_xml.py:161
↓ 4 callers
Method
map_columns_to_line
The columns internally are actually based on bytes. Also, the position isn't always the ideal one as the start may not be wh
_pydevd_bundle/pydevd_frame_utils.py:114
↓ 4 callers
Method
match_name
@rtype: bool @return: C{True} if the given name could refer to this module. It may not be exactly the same r
pydevd_attach_to_process/winappdbg/module.py:352
↓ 4 callers
Function
method
()
tests_python/test_frame_utils.py:9
↓ 4 callers
Method
min_line
(self, *args)
_pydevd_bundle/pydevd_collect_bytecode_info.py:547
↓ 4 callers
Method
mprotect
Set memory protection in the address space of the process. @see: U{http://msdn.microsoft.com/en-us/library/aa366899.aspx} @
pydevd_attach_to_process/winappdbg/process.py:2445
↓ 4 callers
Method
notifyStartTest
(self, *args)
_pydev_runfiles/pydev_runfiles_xml_rpc.py:72
↓ 4 callers
Method
notifyTestRunFinished
(self, *args)
_pydev_runfiles/pydev_runfiles_xml_rpc.py:69
↓ 4 callers
Method
notifyTestsCollected
(self, *args)
_pydev_runfiles/pydev_runfiles_xml_rpc.py:63
↓ 4 callers
Method
notify_thread_created
(self, thread_id, thread, use_lock=True)
pydevd.py:1719
↓ 4 callers
Method
parse_label
Creates a label from a module and a function name, plus an offset. @warning: This method only creates the label, it doesn't make sur
pydevd_attach_to_process/winappdbg/module.py:1086
↓ 4 callers
Method
peek_pointer
Reads a pointer value from the memory of the process. @see: L{read_pointer} @type lpBaseAddress: int @param lpBase
pydevd_attach_to_process/winappdbg/process.py:2288
↓ 4 callers
Method
prepend
(self, data)
_pydevd_frame_eval/pydevd_modify_bytecode.py:138
↓ 4 callers
Method
print_memory_display
(self, arg, method)
pydevd_attach_to_process/winappdbg/interactive.py:690
↓ 4 callers
Method
redirect_stdout
(self)
tests/test_pydev_ipython_011.py:49
↓ 4 callers
Method
remove_all_breakpoints
Removes all the breakpoints from a given file or from all files if received_filename == '*'. :param str received_filename:
_pydevd_bundle/pydevd_api.py:647
↓ 4 callers
Function
remove_binaries
(suffixes)
build_tools/build.py:92
↓ 4 callers
Method
remove_invalid_chars
(self, msg)
pycompletionserver.py:122
↓ 4 callers
Method
request_resume_thread
(self, thread_id)
_pydevd_bundle/pydevd_api.py:223
↓ 4 callers
Method
request_step
(self, py_db, thread_id, step_cmd_id)
_pydevd_bundle/pydevd_api.py:253
↓ 4 callers
Method
restore_stdout
(self)
tests/test_pydev_ipython_011.py:55
↓ 4 callers
Function
resume_threads
(thread_id, except_thread=None)
_pydevd_bundle/pydevd_thread_lifecycle.py:62
↓ 4 callers
Method
running
Transition to L{RUNNING} state. - When hit: Enabled S{->} Running @type aProcess: L{Process} @param aProcess: Pro
pydevd_attach_to_process/winappdbg/breakpoint.py:479
↓ 4 callers
Function
setup
Called to run a new tasklet: rebind the creation so that we can trace it.
_pydevd_bundle/pydevd_stackless.py:319
↓ 4 callers
Function
sleep
()
tests_python/resources/_debugger_case4.py:13
↓ 4 callers
Function
some_func
(frame, event, arg)
tests_python/check_debug_python.py:24
↓ 4 callers
Function
suspend_django
(py_db, thread, frame, cmd=CMD_SET_BREAK)
pydevd_plugins/django_debug.py:246
↓ 4 callers
Method
to_dict
Convert a structure into a Python dictionary.
pydevd_attach_to_process/winappdbg/win32/context_amd64.py:486
↓ 4 callers
Method
track_frames
(self, py_db)
_pydevd_bundle/pydevd_suspended_frames.py:511
↓ 4 callers
Function
update_globals_and_locals
(updated_globals, initial_globals, frame)
_pydevd_bundle/pydevd_save_locals.py:85
↓ 4 callers
Method
wait_for_get_thread_stack_message
(self)
tests_python/debugger_unittest.py:1540
↓ 4 callers
Function
warn_multiproc
()
_pydev_bundle/pydev_monkey.py:697
↓ 4 callers
Method
write_authorize
(self, access_token, success=True)
tests_python/test_debugger_json.py:549
↓ 4 callers
Function
write_err
(*args)
_pydevd_bundle/pydevd_reload.py:114
↓ 4 callers
Method
write_start_redirect
(self)
tests_python/debugger_unittest.py:1313
↓ 4 callers
Method
write_step_in_my_code
(self, thread_id)
tests_python/debugger_unittest.py:1368
↓ 4 callers
Method
write_step_over_my_code
(self, thread_id)
tests_python/debugger_unittest.py:1398
↓ 4 callers
Method
write_suspend_thread
(self, thread_id)
tests_python/debugger_unittest.py:1408
↓ 3 callers
Function
ClientToScreen
(hWnd, lpPoint)
pydevd_attach_to_process/winappdbg/win32/user32.py:1291
↓ 3 callers
Function
Find
(name)
_pydev_bundle/_pydev_jy_imports_tipper.py:40
↓ 3 callers
Function
GetCurrentProcessId
()
pydevd_attach_to_process/winappdbg/win32/kernel32.py:4355
↓ 3 callers
Function
GetPythonModule
pydevd_attach_to_process/windows/py_win_helpers.hpp:36
↓ 3 callers
Function
LocalFree
(hMem)
pydevd_attach_to_process/winappdbg/win32/kernel32.py:2298
↓ 3 callers
Function
ScreenToClient
(hWnd, lpPoint)
pydevd_attach_to_process/winappdbg/win32/user32.py:1273
↓ 3 callers
Function
WaitForSingleObject
(hHandle, dwMilliseconds=INFINITE)
pydevd_attach_to_process/winappdbg/win32/kernel32.py:3498
↓ 3 callers
Function
__Pyx_CyFunction_raise_type_error
_pydevd_frame_eval/pydevd_frame_evaluator.c:23147
↓ 3 callers
Function
__Pyx_GetBuiltinName
GetBuiltinName */
_pydevd_frame_eval/pydevd_frame_evaluator.c:19194
← previous
next →
601–700 of 7,039, ranked by callers