MCPcopy Create free account

hub / github.com/fabioz/PyDev.Debugger / functions

Functions7,039 in github.com/fabioz/PyDev.Debugger

↓ 3 callersMethodget_event_name
@rtype: str @return: User-friendly name of the event.
pydevd_attach_to_process/winappdbg/event.py:171
↓ 3 callersMethodget_exception_description
@rtype: str @return: User-friendly name of the exception.
pydevd_attach_to_process/winappdbg/event.py:440
↓ 3 callersMethodget_exception_name
@rtype: str @return: Name of the exception as defined by the Win32 API.
pydevd_attach_to_process/winappdbg/event.py:431
↓ 3 callersMethodget_fault_address
@rtype: int @return: Access violation memory address. @note: This method is only meaningful for access violation exceptions
pydevd_attach_to_process/winappdbg/event.py:576
↓ 3 callersMethodget_file_handle
@rtype: L{FileHandle} or None @return: File handle to the newly loaded DLL received from the system. Returns C{None} if
pydevd_attach_to_process/winappdbg/event.py:989
↓ 3 callersMethodget_frame_name
(self, frame)
_pydevd_bundle/pydevd_resolver.py:757
↓ 3 callersFunctionget_free_port
()
tests_python/debugger_unittest.py:1712
↓ 3 callersMethodget_global_var
(self, frame_id, var_name)
tests_python/test_debugger_json.py:496
↓ 3 callersFunctionget_interpreter
()
pydevconsole.py:448
↓ 3 callersMethodget_linear_address
Translates segment-relative addresses to linear addresses. Linear addresses can be used to access a process memory, calling
pydevd_attach_to_process/winappdbg/thread.py:940
↓ 3 callersMethodget_mapped_filenames
Retrieves the filenames for memory mapped files in the debugee. @type memoryMap: list( L{win32.MemoryBasicInformation} ) @p
pydevd_attach_to_process/winappdbg/process.py:3056
↓ 3 callersMethodget_name_to_var
(self, variables_reference)
tests_python/test_debugger_json.py:477
↓ 3 callersMethodget_ppid
Provides the parent pid (even for older versions of Python on Windows).
_pydevd_bundle/pydevd_api.py:1027
↓ 3 callersMethodget_process_ids
@see: L{iter_process_ids} @rtype: list( int ) @return: List of global process IDs in this snapshot.
pydevd_attach_to_process/winappdbg/process.py:3888
↓ 3 callersMethodget_stack_range
@rtype: tuple( int, int ) @return: Stack beginning and end pointers, in memory addresses order. That is, the first point
pydevd_attach_to_process/winappdbg/thread.py:1065
↓ 3 callersMethodget_step_in_targets
(self, frame_id)
tests_python/test_debugger_json.py:465
↓ 3 callersMethodget_step_into_variants
(self, thread_id, frame_id, start_line, end_line)
tests_python/debugger_unittest.py:1644
↓ 3 callersMethodget_thread_from_prefix
(self)
pydevd_attach_to_process/winappdbg/interactive.py:732
↓ 3 callersMethodget_variable
:raises KeyError
_pydevd_bundle/pydevd_suspended_frames.py:495
↓ 3 callersMethodhandle_user_exception
(self, frame)
_pydevd_bundle/pydevd_frame.py:208
↓ 3 callersMethodhello
(self)
tests_python/test_console.py:64
↓ 3 callersMethodinitialize_ids_translation
()
_pydevd_bundle/_debug_adapter/pydevd_base_schema.py:9
↓ 3 callersFunctioninput
(prompt="")
pydev_sitecustomize/sitecustomize.py:198
↓ 3 callersMethodinput_display
(self, token_list, default_size=64)
pydevd_attach_to_process/winappdbg/interactive.py:532
↓ 3 callersMethodinstance
(cls)
pydev_ipython/inputhookqt6.py:34
↓ 3 callersMethodinstance
(cls)
pydev_ipython/inputhookqt5.py:34
↓ 3 callersMethodinterpreter
(self)
tests/test_pydevconsole.py:23
↓ 3 callersFunctioninterrupt_main_thread
Generates a KeyboardInterrupt in the main thread by sending a Ctrl+C or by calling thread.interrupt_main(). :param main_thread:
_pydevd_bundle/pydevd_utils.py:374
↓ 3 callersMethodis_authenticated
(self)
pydevd.py:537
↓ 3 callersMethodis_automatic
@rtype: bool @return: C{True} if the breakpoint has an action callback defined.
pydevd_attach_to_process/winappdbg/breakpoint.py:357
↓ 3 callersMethodis_complete
(self, string)
_pydev_bundle/pydev_ipython_console_011.py:393
↓ 3 callersFunctionis_in_xdist_node
()
_pydev_runfiles/pydev_runfiles_pytest2.py:39
↓ 3 callersMethodis_interactive
@rtype: bool @return: C{True} if the breakpoint doesn't have an action callback defined.
pydevd_attach_to_process/winappdbg/breakpoint.py:364
↓ 3 callersMethodis_numeric
(self, obj)
pydevd_plugins/extensions/types/pydevd_plugin_numpy_types.py:23
↓ 3 callersFunctionis_python
(path)
_pydev_bundle/pydev_monkey.py:277
↓ 3 callersMethodis_readable
@rtype: bool @return: C{True} if all pages in this region are readable.
pydevd_attach_to_process/winappdbg/win32/kernel32.py:1101
↓ 3 callersFunctionis_unhandled_exception
(container_obj, py_db, frame, last_raise_line, raise_lines)
_pydevd_bundle/pydevd_frame.py:78
↓ 3 callersMethodis_wow64
Determines if the thread is running under WOW64. @rtype: bool @return: C{True} if the thread is running under W
pydevd_attach_to_process/winappdbg/thread.py:840
↓ 3 callersMethodis_writeable
@rtype: bool @return: C{True} if all pages in this region are writeable.
pydevd_attach_to_process/winappdbg/win32/kernel32.py:1108
↓ 3 callersMethoditer_symbols
Returns an iterator for the debugging symbols in all modules in this snapshot, in no particular order. The symbols are automa
pydevd_attach_to_process/winappdbg/module.py:1786
↓ 3 callersMethoditer_thread_ids
@see: L{iter_threads} @rtype: dictionary-keyiterator @return: Iterator of global thread IDs in this snapshot.
pydevd_attach_to_process/winappdbg/thread.py:1780
↓ 3 callersMethodkey_to_str
(self, key, fmt=None)
_pydevd_bundle/pydevd_resolver.py:267
↓ 3 callersMethodkill_process
(self, pid)
pydevd_attach_to_process/winappdbg/interactive.py:909
↓ 3 callersMethodload_symbols
Loads the debugging symbols for a module. Automatically called by L{get_symbols}.
pydevd_attach_to_process/winappdbg/module.py:447
↓ 3 callersFunctionmake_rel
(p)
setup.py:50
↓ 3 callersMethodmake_thread_suspend_str
:return tuple(str,str): Returns tuple(thread_suspended_str, thread_stack_str). i.e.: ( '
_pydevd_bundle/pydevd_net_command_factory_xml.py:279
↓ 3 callersFunctionmark_as_pydevd_daemon_thread
(thread)
_pydevd_bundle/pydevd_daemon_thread.py:173
↓ 3 callersFunctionmark_thread_suspended
(thread, stop_reason: int, original_step_cmd: int = -1, main_suspend: bool = True)
_pydevd_bundle/pydevd_thread_lifecycle.py:28
↓ 3 callersMethodmarshall_key
Marshalls a Crash key to be used in the database. @see: L{__init__} @type key: L{Crash} key. @param key: Key to co
pydevd_attach_to_process/winappdbg/crash.py:1281
↓ 3 callersFunctionnative_path
(path)
interpreterInfo.py:54
↓ 3 callersMethodnext_breakpoint_id
(self)
tests_python/debugger_unittest.py:991
↓ 3 callersFunctionnotify_error
(*args)
_pydevd_bundle/pydevd_reload.py:142
↓ 3 callersFunctionnotify_info0
(*args)
_pydevd_bundle/pydevd_reload.py:128
↓ 3 callersMethodnotify_thread_not_alive
if thread is not alive, cancel trace_dispatch processing
pydevd.py:1744
↓ 3 callersMethodnotify_thread_suspended
(self, thread_id, thread, stop_reason)
pydevd.py:466
↓ 3 callersMethodon_changed_breakpoint_state
(breakpoint_id, add_breakpoint_result)
_pydevd_bundle/pydevd_process_net_command.py:312
↓ 3 callersMethodpatch_threads
(self)
pydevd.py:2575
↓ 3 callersFunctionpatched_reload
(orig_reload)
_pydev_bundle/_pydev_sys_patch.py:22
↓ 3 callersMethodpeek_stack_data
Tries to read the contents of the top of the stack. @type size: int @param size: Number of bytes to read. @type o
pydevd_attach_to_process/winappdbg/thread.py:1343
↓ 3 callersMethodprint_current_location
(self, process=None, thread=None, pc=None)
pydevd_attach_to_process/winappdbg/interactive.py:649
↓ 3 callersFunctionprint_exc
()
_pydevd_bundle/pydevd_utils.py:101
↓ 3 callersMethodprocess
(self, i)
tests_python/resources/_debugger_case_deadlock_thread_eval.py:48
↓ 3 callersMethodreadline
(self)
tests_python/test_pydevd_io.py:65
↓ 3 callersFunctionredirect_stream_to_pydb_io_messages
:param std: 'stdout' or 'stderr'
_pydevd_bundle/pydevd_io.py:204
↓ 3 callersFunctionremove_if_exists
(f)
build_tools/generate_code.py:227
↓ 3 callersMethodrequest_set_next
set_next_cmd_id may actually be one of: CMD_RUN_TO_LINE CMD_SET_NEXT_STATEMENT CMD_SMART_STEP_INTO -- note: request
_pydevd_bundle/pydevd_api.py:279
↓ 3 callersMethodrequest_smart_step_into
(self, py_db, seq, thread_id, offset, child_offset)
_pydevd_bundle/pydevd_api.py:266
↓ 3 callersMethodresetbuffer
Reset the input buffer.
_pydevd_bundle/pydevconsole_code.py:426
↓ 3 callersMethodresolve_label
Resolves a label for the given process. @type pid: int @param pid: Process global ID. @type label: str @p
pydevd_attach_to_process/winappdbg/breakpoint.py:4747
↓ 3 callersMethodresolve_label
Resolves a label for this module only. If the label refers to another module, an exception is raised. @type label: str
pydevd_attach_to_process/winappdbg/module.py:725
↓ 3 callersMethodrun
(self, file, globals=None, locals=None, is_module=False, set_trace=True)
pydevd.py:2589
↓ 3 callersMethodrun
(self, py_db)
_pydevd_bundle/pydevd_api.py:112
↓ 3 callersMethodrun_action
Executes the breakpoint action callback, if any was set. @type event: L{Event} @param event: Debug event triggered by the b
pydevd_attach_to_process/winappdbg/breakpoint.py:389
↓ 3 callersFunctionrun_python_code
(*args, **kwargs)
pydevd_attach_to_process/add_code_to_python_process.py:555
↓ 3 callersMethodrun_tests
runs all tests
_pydev_runfiles/pydev_runfiles.py:755
↓ 3 callersMethodscan_modules
Populates the snapshot with loaded modules. Tipically you don't need to call this method directly, if unsure use L{scan} ins
pydevd_attach_to_process/winappdbg/process.py:4420
↓ 3 callersMethodsearch_bytes
Search for the given byte pattern within the process memory. @type bytes: str @param bytes: Bytes to search for. @
pydevd_attach_to_process/winappdbg/process.py:1370
↓ 3 callersFunctionsend_process_about_to_be_replaced
()
_pydev_bundle/pydev_monkey.py:982
↓ 3 callersMethodset_action
Sets a new action callback for the breakpoint. @type action: function @param action: (Optional) Action callback function.
pydevd_attach_to_process/winappdbg/breakpoint.py:380
↓ 3 callersMethodset_enable_thread_notifications
When disabled, no thread notifications (for creation/removal) will be issued until it's re-enabled. Note that when it's re-e
_pydevd_bundle/pydevd_api.py:203
↓ 3 callersMethodset_event_handler
Set the event handler. @warn: This is normally not needed. Use with care! @type eventHandler: L{EventHandler} @par
pydevd_attach_to_process/winappdbg/event.py:1734
↓ 3 callersFunctionset_global_debugger
(dbg)
_pydevd_bundle/pydevd_constants.py:842
↓ 3 callersMethodset_process
Manually set the parent process. Use with care! @type process: L{Process} @param process: (Optional) Process object. Use C{
pydevd_attach_to_process/winappdbg/module.py:220
↓ 3 callersFunctionsettrace
Sets the tracing function with the pydev debug function and initializes needed facilities. :param host: the user may specify another host, if the
pydevd.py:2938
↓ 3 callersFunctionsome
(arg)
tests_python/test_smart_step_into_bytecode.py:81
↓ 3 callersMethodsplit_extension
@type pathname: str @param pathname: Absolute path. @rtype: tuple( str, str ) @return: Tuple containin
pydevd_attach_to_process/winappdbg/util.py:224
↓ 3 callersMethodsplit_label_fuzzy
Splits a label entered as user input. It's more flexible in it's syntax parsing than the L{split_label_strict} method, as it
pydevd_attach_to_process/winappdbg/module.py:1294
↓ 3 callersMethodsplit_label_strict
Splits a label created with L{parse_label}. To parse labels with a less strict syntax, use the L{split_label_fuzzy} method i
pydevd_attach_to_process/winappdbg/module.py:1157
↓ 3 callersFunctionstart_client
connects to a host/port
_pydevd_bundle/pydevd_comm.py:490
↓ 3 callersFunctionstart_in_daemon_thread
(target, args)
tests_python/debugger_unittest.py:394
↓ 3 callersMethodstart_thread
Remotely creates a new thread in the process. @type lpStartAddress: int @param lpStartAddress: Start address for the new th
pydevd_attach_to_process/winappdbg/thread.py:1873
↓ 3 callersFunctionstop_redirect_stream_to_pydb_io_messages
:param std: 'stdout' or 'stderr'
_pydevd_bundle/pydevd_io.py:225
↓ 3 callersMethodstop_using_debugger
(self)
pydevd_attach_to_process/winappdbg/interactive.py:243
↓ 3 callersMethodsuspend
Suspends execution on all threads of the process. @raise WindowsError: On error an exception is raised.
pydevd_attach_to_process/winappdbg/process.py:371
↓ 3 callersMethodto_json
(self)
_pydevd_bundle/pydevd_json_debug_options.py:31
↓ 3 callersFunctionupdate_custom_frame
(frame_custom_thread_id, frame, thread_id, name=None)
_pydevd_bundle/pydevd_custom_frames.py:92
↓ 3 callersMethoduse_libraries_filter
Should we debug only what's inside project folders?
_pydevd_bundle/pydevd_filtering.py:301
↓ 3 callersMethodwait
Waits for the process to finish executing. @raise WindowsError: On error an exception is raised.
pydevd_attach_to_process/winappdbg/process.py:354
↓ 3 callersMethodwait_for_list_threads
(self, seq)
tests_python/debugger_unittest.py:1537
↓ 3 callersMethodwait_for_multiple_vars
(self, expected_vars)
tests_python/debugger_unittest.py:1136
← previousnext →801–900 of 7,039, ranked by callers