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
↓ 2 callers
Method
find_modules_from_files
returns a list of modules given a list of files
_pydev_runfiles/pydev_runfiles.py:498
↓ 2 callers
Method
find_processes_by_filename
@type fileName: str @param fileName: Filename to search for. If it's a full pathname, the match must be exact.
pydevd_attach_to_process/winappdbg/process.py:4771
↓ 2 callers
Method
find_tests_from_modules
returns the unittests given a list of modules
_pydev_runfiles/pydev_runfiles.py:588
↓ 2 callers
Method
finish_exec
(self, more)
_pydev_bundle/pydev_console_utils.py:423
↓ 2 callers
Function
flag_calls
Wrap a function to detect and flag when it gets called. This is a decorator which takes a function and wraps it in a function with a 'called'
pydev_ipython/matplotlibtools.py:148
↓ 2 callers
Function
flatten_test_suite
(test_suite, ret)
_pydev_runfiles/pydev_runfiles_parallel.py:14
↓ 2 callers
Function
format_memory_info
(memory_info, curr_proc_memory_info)
conftest.py:180
↓ 2 callers
Function
format_process_memory_info
(proc_memory_info)
conftest.py:189
↓ 2 callers
Method
found
This method gets called when a match is found. This allows subclasses of L{Pattern} to filter out unwanted results, or modif
pydevd_attach_to_process/winappdbg/search.py:143
↓ 2 callers
Method
from_dict
Instance a new structure from a Python native type.
pydevd_attach_to_process/winappdbg/win32/context_amd64.py:445
↓ 2 callers
Function
from_json
(json_msg, update_ids_from_dap=False, on_dict_loaded=lambda dct: None)
_pydevd_bundle/_debug_adapter/pydevd_base_schema.py:112
↓ 2 callers
Function
fully_normalize_path
fixes the path so that the format of the path really reflects the directories in the system
interpreterInfo.py:19
↓ 2 callers
Function
gen_debug_info
()
tests_python/resources/_debugger_case_logging.py:9
↓ 2 callers
Function
getVariable
returns the value of a variable :scope: can be BY_ID, EXPRESSION, GLOBAL, LOCAL, FRAME BY_ID means we'll traverse the list of all objec
_pydevd_bundle/pydevd_vars.py:51
↓ 2 callers
Method
get_action
@rtype: bool, function @return: Returns the action callback for automatic breakpoints. Returns C{None} for interactive b
pydevd_attach_to_process/winappdbg/breakpoint.py:372
↓ 2 callers
Method
get_as_doc
(self)
_pydev_bundle/_pydev_jy_imports_tipper.py:137
↓ 2 callers
Function
get_class_name
(instance)
_pydev_bundle/_pydev_calltip_util.py:27
↓ 2 callers
Method
get_command_line
Returns the base command line (i.e.: ['python.exe', '-u'])
tests_python/debugger_unittest.py:407
↓ 2 callers
Method
get_contents_debug_adapter_protocol
This method is to be used in the case where the variables are all saved by its id (and as such don't need to have the `resolve` metho
_pydevd_bundle/pydevd_resolver.py:278
↓ 2 callers
Method
get_contents_debug_adapter_protocol
(self)
_pydevd_bundle/pydevd_utils.py:352
↓ 2 callers
Method
get_current_stack_hit
(self, thread_id, **kwargs)
tests_python/debugger_unittest.py:1026
↓ 2 callers
Method
get_debug_string
@rtype: str, compat.unicode @return: String sent by the debugee. It may be ANSI or Unicode and may end with a null chara
pydevd_attach_to_process/winappdbg/event.py:1105
↓ 2 callers
Method
get_decompiled_source_from_frame_id
:param py_db: :param frame_id: :throws Exception: If unable to get the frame in the currently paused frames or if
_pydevd_bundle/pydevd_api.py:800
↓ 2 callers
Method
get_dictionary
(self, var, names=None)
_pydevd_bundle/pydevd_resolver.py:680
↓ 2 callers
Method
get_dictionary
(self, var)
tests_python/my_extensions/pydevd_plugins/extensions/pydevd_plugin_test_exttype.py:5
↓ 2 callers
Function
get_docstring
(obj)
_pydev_bundle/_pydev_calltip_util.py:97
↓ 2 callers
Method
get_environment_variables
Retrieves the environment variables with wich the program is running. @rtype: list of tuple(compat.unicode, compat.unicode)
pydevd_attach_to_process/winappdbg/process.py:1107
↓ 2 callers
Function
get_exc_to_treat
()
tests_python/test_tracing_on_top_level.py:339
↓ 2 callers
Method
get_exit_code
@rtype: int @return: Thread exit code, or C{STILL_ACTIVE} if it's still alive.
pydevd_attach_to_process/winappdbg/thread.py:435
↓ 2 callers
Function
get_file
(mod)
_pydev_bundle/_pydev_imports_tipper.py:71
↓ 2 callers
Function
get_file_in_client
(writer)
tests_python/test_debugger.py:2338
↓ 2 callers
Function
get_file_in_client
(writer)
tests_python/test_debugger_json.py:4579
↓ 2 callers
Method
get_frame_names
(self, thread_id)
tests_python/debugger_unittest.py:1636
↓ 2 callers
Method
get_frame_stack
(self, frame)
_pydevd_bundle/pydevd_resolver.py:746
↓ 2 callers
Method
get_frame_tracker
(self, thread_id)
_pydevd_bundle/pydevd_suspended_frames.py:492
↓ 2 callers
Method
get_free_addresses
(self)
tests/test_pydevconsole.py:219
↓ 2 callers
Method
get_handle
@rtype: L{Handle} @return: File handle. Returns C{None} if unknown.
pydevd_attach_to_process/winappdbg/module.py:191
↓ 2 callers
Method
get_image_base
@rtype: int @return: Image base address for the process main module.
pydevd_attach_to_process/winappdbg/process.py:929
↓ 2 callers
Method
get_image_name
@rtype: int @return: Filename of the process main module. This method does it's best to retrieve the filename.
pydevd_attach_to_process/winappdbg/process.py:936
↓ 2 callers
Function
get_instructions_to_add
This is the bytecode for something as: if _pydev_needs_stop_at_break(): _pydev_stop_at_break() but with some special ha
_pydevd_frame_eval/pydevd_modify_bytecode.py:75
↓ 2 callers
Function
get_interactive_console
returns the global interactive console. interactive console should have been initialized by this time :rtype: DebugConsole
_pydevd_bundle/pydevd_console.py:204
↓ 2 callers
Method
get_line_of_offset
(self, offset)
_pydevd_sys_monitoring/_pydevd_sys_monitoring.py:447
↓ 2 callers
Method
get_locals_name_to_var
(self, frame_id)
tests_python/test_debugger_json.py:481
↓ 2 callers
Method
get_log_contents
(self)
tests_python/debugger_unittest.py:652
↓ 2 callers
Method
get_module
@rtype: L{Module} @return: Main module of the process.
pydevd_attach_to_process/winappdbg/event.py:946
↓ 2 callers
Method
get_module
@rtype: L{Module} @return: Module object for the recently unloaded DLL.
pydevd_attach_to_process/winappdbg/event.py:1059
↓ 2 callers
Method
get_module_count
@rtype: int @return: Count of L{Module} objects in this snapshot.
pydevd_attach_to_process/winappdbg/module.py:927
↓ 2 callers
Method
get_names
(self, var)
_pydevd_bundle/pydevd_resolver.py:151
↓ 2 callers
Function
get_non_pydevd_threads
()
_pydevd_bundle/pydevd_utils.py:139
↓ 2 callers
Method
get_pid
@rtype: int or None @return: Parent process global ID. Returns C{None} on error.
pydevd_attach_to_process/winappdbg/module.py:241
↓ 2 callers
Method
get_pid_from_tid
Retrieves the global ID of the process that owns the thread. @type dwThreadId: int @param dwThreadId: Thread global ID.
pydevd_attach_to_process/winappdbg/process.py:3921
↓ 2 callers
Method
get_plugin_lazy_init
(self)
pydevd.py:1250
↓ 2 callers
Function
get_redirect
()
tests_python/test_pydevd_io.py:195
↓ 2 callers
Function
get_signature_info
(signature)
_pydevd_bundle/pydevd_signature.py:129
↓ 2 callers
Method
get_size
@rtype: int or None @return: Base size of the module. Returns C{None} if unknown.
pydevd_attach_to_process/winappdbg/module.py:259
↓ 2 callers
Method
get_stack_trace_with_labels
Tries to get a stack trace for the current function. Only works for functions with standard prologue and epilogue. @type de
pydevd_attach_to_process/winappdbg/thread.py:1242
↓ 2 callers
Method
get_str
(self, val)
_pydevd_bundle/pydevd_extension_api.py:92
↓ 2 callers
Method
get_task_id
(self, frame)
_pydevd_bundle/pydevd_concurrency_analyser/pydevd_concurrency_logger.py:296
↓ 2 callers
Method
get_teb
Returns a copy of the TEB. To dereference pointers in it call L{Process.read_structure}. @rtype: L{TEB} @return: TE
pydevd_attach_to_process/winappdbg/thread.py:907
↓ 2 callers
Method
get_thread
(self, tid=None)
pydevd_attach_to_process/winappdbg/interactive.py:779
↓ 2 callers
Method
get_thread
(self, dwThreadId)
pydevd_attach_to_process/winappdbg/process.py:4677
↓ 2 callers
Method
get_thread_ids
@rtype: list( int ) @return: List of global thread IDs in this snapshot.
pydevd_attach_to_process/winappdbg/thread.py:1798
↓ 2 callers
Function
get_type_of_value
(value, ignore_module_name=("__main__", "__builtin__", "builtins"), recursive=False)
_pydevd_bundle/pydevd_signature.py:44
↓ 2 callers
Function
get_var_scope
(attr_name, attr_value, evaluate_name, handle_return_values)
_pydevd_bundle/pydevd_resolver.py:796
↓ 2 callers
Function
get_variable_details
:param context: This is the context in which the variable is being requested. Valid values: "watch", "repl",
_pydevd_bundle/pydevd_xml.py:320
↓ 2 callers
Method
get_variable_reference
(self)
_pydevd_bundle/pydevd_suspended_frames.py:34
↓ 2 callers
Method
has_exception_breaks
(self, py_db)
_pydevd_bundle/pydevd_plugin_utils.py:126
↓ 2 callers
Method
has_line_breaks
(self, py_db)
_pydevd_bundle/pydevd_plugin_utils.py:132
↓ 2 callers
Method
has_thread
(self, dwThreadId)
pydevd_attach_to_process/winappdbg/process.py:4671
↓ 2 callers
Method
hook
Installs the function hook at a given process and address. @see: L{unhook} @warning: Do not call from an function hook call
pydevd_attach_to_process/winappdbg/breakpoint.py:1375
↓ 2 callers
Function
ignore_exception_trace
(trace)
_pydevd_bundle/pydevd_frame_utils.py:82
↓ 2 callers
Method
ignore_system_exit_code
(self, system_exit_exc)
pydevd.py:926
↓ 2 callers
Method
init_gui_support
(self)
pydevd.py:1639
↓ 2 callers
Function
init_mpl_in_console
(interpreter)
pydevconsole.py:160
↓ 2 callers
Function
initialize_debug_stream
:param bool reinitialize: Reinitialize is used to update the debug stream after a fork (thus, if it wasn't initialized, we don't
_pydev_bundle/pydev_log.py:16
↓ 2 callers
Method
initialize_network
(self, sock, terminate_on_socket_close=True)
pydevd.py:1488
↓ 2 callers
Method
input_command_line
(self, command_line)
pydevd_attach_to_process/winappdbg/interactive.py:367
↓ 2 callers
Method
input_full_address_range
(self, token_list)
pydevd_attach_to_process/winappdbg/interactive.py:518
↓ 2 callers
Method
input_register
(self, token, tid=None)
pydevd_attach_to_process/winappdbg/interactive.py:470
↓ 2 callers
Method
input_thread
(self, token)
pydevd_attach_to_process/winappdbg/interactive.py:299
↓ 2 callers
Method
interact
Closely emulate the interactive Python console. The optional banner argument specifies the banner to print before the first interacti
_pydevd_bundle/pydevconsole_code.py:430
↓ 2 callers
Method
interactive
Start an interactive debugging session. @type bConfirmQuit: bool @param bConfirmQuit: Set to C{True} to ask the user for co
pydevd_attach_to_process/winappdbg/debug.py:1182
↓ 2 callers
Method
isExploitable
Guess how likely is it that the bug causing the crash can be leveraged into an exploitable vulnerability. @note: Don't take
pydevd_attach_to_process/winappdbg/crash.py:712
↓ 2 callers
Method
is_copy_on_write
@rtype: bool @return: C{True} if all pages in this region are marked as copy-on-write. This means the pages are writeabl
pydevd_attach_to_process/winappdbg/win32/kernel32.py:1115
↓ 2 callers
Method
is_free
@rtype: bool @return: C{True} if the memory in this region is free.
pydevd_attach_to_process/winappdbg/win32/kernel32.py:1044
↓ 2 callers
Function
is_python_64bit
()
pydevd_attach_to_process/add_code_to_python_process.py:131
↓ 2 callers
Function
is_stderr_ok
(stderr)
tests_python/test_debugger.py:2640
↓ 2 callers
Method
is_system_defined_breakpoint
@type address: int @param address: Memory address. @rtype: bool @return: C{True} if the given address points to a
pydevd_attach_to_process/winappdbg/module.py:1673
↓ 2 callers
Method
is_valid
@rtype: bool @return: C{True} if the window handle is still valid.
pydevd_attach_to_process/winappdbg/window.py:515
↓ 2 callers
Function
is_variable_to_translate
(cls_name, var_name)
_pydevd_bundle/_debug_adapter/__main__pydevd_gen_debug_adapter_protocol.py:9
↓ 2 callers
Method
is_wow64
Determines if the process is running under WOW64. @rtype: bool @return: C{True} if the process is running under
pydevd_attach_to_process/winappdbg/process.py:689
↓ 2 callers
Method
isatty
(self)
_pydevd_bundle/pydevd_io.py:137
↓ 2 callers
Method
isbuiltin
(self, _args)
_pydevd_bundle/pydevd_resolver.py:783
↓ 2 callers
Function
iter_chars
(b)
_pydevd_bundle/pydevd_constants.py:542
↓ 2 callers
Function
iter_files_in_dir
(dirname)
build_tools/rename_pep8.py:21
↓ 2 callers
Method
iter_memory_map
Produces an iterator over the memory map to the process address space. Optionally restrict the map to the given address range.
pydevd_attach_to_process/winappdbg/process.py:3024
↓ 2 callers
Function
just_raised
(trace)
_pydevd_bundle/pydevd_frame_utils.py:49
↓ 2 callers
Method
kill_all
Kills from all processes currently being debugged. @type bIgnoreExceptions: bool @param bIgnoreExceptions: C{True} to ignor
pydevd_attach_to_process/winappdbg/debug.py:708
↓ 2 callers
Method
kill_thread
(self, tid)
pydevd_attach_to_process/winappdbg/interactive.py:920
↓ 2 callers
Method
list_threads
(self, py_db, seq)
_pydevd_bundle/pydevd_api.py:173
← previous
next →
1,201–1,300 of 7,039, ranked by callers