MCPcopy Create free account

hub / github.com/microsoft/debugpy / functions

Functions8,218 in github.com/microsoft/debugpy

↓ 5 callersFunctionget_exception_class
(kls)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_breakpoints.py:177
↓ 5 callersMethodget_filename
@rtype: str, None @return: This method does it's best to retrieve the filename to the newly loaded module. However, sometime
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/event.py:1009
↓ 5 callersMethodget_flag_value
@type FlagBit: int @param FlagBit: One of the L{Flags}. @rtype: bool @return: Boolean value of the
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py:736
↓ 5 callersFunctionget_live_pids
()
src/debugpy/_vendored/pydevd/tests_python/test_debugger_json.py:5747
↓ 5 callersMethodget_main_thread_id
(self)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_suspended_frames.py:368
↓ 5 callersMethodget_name
@rtype: str @return: Thread name, or C{None} if the thread is nameless.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py:251
↓ 5 callersMethodget_process_from_prefix
(self)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/interactive.py:727
↓ 5 callersMethodget_start_address
@rtype: int @return: Pointer to the first instruction to execute in this thread. Returns C{NULL} when the debugger atta
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/event.py:719
↓ 5 callersFunctionget_target_filename
(is_target_process_64=None, prefix=None, extension=None)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py:135
↓ 5 callersMethodget_thread_hardware_breakpoints
@see: L{get_process_hardware_breakpoints} @type dwThreadId: int @param dwThreadId: Thread global ID. @rtype: list
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/breakpoint.py:3046
↓ 5 callersMethodget_thread_local_trace_func
(self)
src/debugpy/_vendored/pydevd/pydevd.py:1156
↓ 5 callersMethodget_tid
@rtype: int @return: Thread global ID.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py:244
↓ 5 callersMethodget_variable
(self, variable_reference)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_suspended_frames.py:371
↓ 5 callersMethodget_variable
Same as get_variables(...)[0].
tests/debug/session.py:897
↓ 5 callersMethodhas_module
@type lpBaseOfDll: int @param lpBaseOfDll: Base address of the DLL to look for. @rtype: bool @return: C{True} if t
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/module.py:873
↓ 5 callersFunctionhasattr_checked
(obj, name)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_utils.py:274
↓ 5 callersMethodhexblock_cb
Dump a block of binary data using a callback function to convert each line of text. @type callback: function @param
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/textio.py:670
↓ 5 callersFunctionimport_attr_from_module
(import_with_attr_access)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_utils.py:494
↓ 5 callersFunctioninfo
(msg, *args)
src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_log.py:222
↓ 5 callersMethodinput_process
(self, token)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/interactive.py:334
↓ 5 callersMethodinput_process_list
(self, token_list)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/interactive.py:347
↓ 5 callersMethodis_commited
@rtype: bool @return: C{True} if the memory in this region is commited.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/kernel32.py:1058
↓ 5 callersMethodis_first_chance
@rtype: bool @return: C{True} for first chance exceptions, C{False} for last chance.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/event.py:455
↓ 5 callersMethodis_tracing
@type tid: int @param tid: Thread global ID. @rtype: bool @return: C{True} if the thread is being traced, C{False}
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/breakpoint.py:4583
↓ 5 callersFunctionisidentifier
(s)
src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_completer.py:212
↓ 5 callersFunctionisinstance_checked
(obj, cls)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_utils.py:299
↓ 5 callersMethodisroutine
(self, object)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_resolver.py:788
↓ 5 callersFunctionmain
()
src/debugpy/_vendored/pydevd/tests_python/test_evaluate_expression.py:213
↓ 5 callersFunctionmethod
()
src/debugpy/_vendored/pydevd/tests_python/test_utilities.py:249
↓ 5 callersMethodnot_equal_to
(self, obj)
tests/patterns/_impl.py:56
↓ 5 callersMethodnotify_input_requested
(self)
src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_console_utils.py:130
↓ 5 callersFunctionon_error
(msg)
src/debugpy/_vendored/pydevd/tests_python/test_pydevd_filtering.py:250
↓ 5 callersMethodpathname_to_filename
Equivalent to: C{PathOperations.split_filename(pathname)[0]} @note: This function is preserved for backwards compatibility with
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/util.py:327
↓ 5 callersMethodpoke
Writes to the memory of the process. @note: Page permissions may be changed temporarily while writing. @see: L{write}
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py:1994
↓ 5 callersMethodpop_variables_reference
Modifies dicts in-place to remove the variablesReference and returns those (in the same order in which they were received).
src/debugpy/_vendored/pydevd/tests_python/test_debugger_json.py:368
↓ 5 callersFunctionprocess_command_line
parses the arguments. removes our arguments from the command line
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_command_line_handling.py:129
↓ 5 callersMethodpush
(self, obj)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_code_to_source.py:21
↓ 5 callersMethodread_msg
(self)
src/debugpy/_vendored/pydevd/tests/test_pyserver.py:59
↓ 5 callersMethodread_pointer
Reads a pointer value from the memory of the process. @see: L{peek_pointer} @type lpBaseAddress: int @param lpBase
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py:1758
↓ 5 callersFunctionsend
(s, msg)
src/debugpy/_vendored/pydevd/tests/test_pyserver.py:13
↓ 5 callersMethodset_library_roots
(self, roots)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_filtering.py:223
↓ 5 callersMethodset_project_roots
(self, project_roots)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_filtering.py:216
↓ 5 callersFunctionset_trace_in_qt
()
src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey_qt.py:8
↓ 5 callersMethodsetdefault
(self, key, default=None)
tests/debug/config.py:135
↓ 5 callersFunctionshould_stop_on_exception
(py_db, info, frame, thread, arg, prev_user_uncaught_exc_info, is_unwind=False)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame.py:1062
↓ 5 callersMethodshow
Print the text output for the table.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/textio.py:1171
↓ 5 callersFunctionsleep
()
src/debugpy/_vendored/pydevd/tests_python/resources/_debugger_case4.py:13
↓ 5 callersFunctionsorted_attributes_key
(attr_name)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_resolver.py:45
↓ 5 callersMethodtrack_frames
(self, py_db)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_suspended_frames.py:522
↓ 5 callersMethodwait_for
Waits until predicate() becomes true. The predicate is invoked with the session locked. If satisfied, the method returns immediately.
src/debugpy/adapter/sessions.py:97
↓ 5 callersMethodwait_for_output
(self)
src/debugpy/_vendored/pydevd/tests_python/debugger_unittest.py:1010
↓ 5 callersMethodwait_for_response
Blocks until the request completes, and returns self.request.
tests/net.py:165
↓ 5 callersMethodwrite_change_variable
(self, thread_id, frame_id, varname, value)
src/debugpy/_vendored/pydevd/tests_python/debugger_unittest.py:1338
↓ 5 callersMethodwrite_get_current_exception
(self, thread_id)
src/debugpy/_vendored/pydevd/tests_python/debugger_unittest.py:1283
↓ 5 callersMethodwrite_get_source
(self, source_reference, success=True)
src/debugpy/_vendored/pydevd/tests_python/test_debugger_json.py:587
↓ 5 callersMethodwrite_step_out
(self, thread_id, wait_for_response=True)
src/debugpy/_vendored/pydevd/tests_python/test_debugger_json.py:434
↓ 5 callersFunctionwrite_to_version_file
Write the given version number to the given _version.py file.
versioneer.py:1407
↓ 4 callersFunctionGetPyObjectPointerNoDebugInfo
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/ref_utils.hpp:5
↓ 4 callersFunctionGetStdHandle
(nStdHandle)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/kernel32.py:2315
↓ 4 callersFunction__Pyx_AllocateExtensionType
AllocateExtensionType */
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:21529
↓ 4 callersFunction__Pyx_CheckUnpickleChecksum
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:24172
↓ 4 callersFunction__Pyx_CyFunction_Vectorcall_CheckArgs
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:23542
↓ 4 callersFunction__Pyx_CyFunction_raise_argument_count_error
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:23132
↓ 4 callersFunction__Pyx_ExceptionSwap
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:20176
↓ 4 callersFunction__Pyx_PyErr_GivenExceptionMatches
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:25039
↓ 4 callersFunction__Pyx_PyLong_As_long
CIntFromPy */
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:24535
↓ 4 callersFunction__Pyx_PyObject_Call
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:19506
↓ 4 callersFunction__Pyx_PyObject_CallMethod0
PyObjectCallMethod0 (used by dict_iter) */
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:21257
↓ 4 callersFunction__Pyx_UpdateUnpickledDict
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:24925
↓ 4 callersFunction__Pyx_copy_spec_to_module
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:17777
↓ 4 callersFunction__Pyx_is_valid_index
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:1201
↓ 4 callersFunction__Pyx_setup_reduce
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:22062
↓ 4 callersMethod__get__
(self, obj, objtype=None)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_traceproperty.py:38
↓ 4 callersMethod__get_window
User internally to get another Window from this one. It'll try to copy the parent Process and Thread references if possible.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/window.py:251
↓ 4 callersMethod__getattribute__
(self, attr_name)
src/debugpy/_vendored/pydevd/tests_python/test_resolvers.py:73
↓ 4 callersMethod_add_module
Private method to add a module object to the snapshot. @type aModule: L{Module} @param aModule: Module object.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/module.py:1863
↓ 4 callersMethod_del_thread
Private method to remove a thread object from the snapshot. @type dwThreadId: int @param dwThreadId: Global thread ID.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py:2007
↓ 4 callersFunction_enable_return_tracing
(code)
src/debugpy/_vendored/pydevd/_pydevd_sys_monitoring/_pydevd_sys_monitoring.py:738
↓ 4 callersMethod_enqueue_handlers
Enqueues handlers for _run_handlers() to run. `what` is the Message being handled, and is used for logging purposes. If the backgrou
src/debugpy/common/messaging.py:1388
↓ 4 callersFunction_evaluate_response
(py_db, request, result, error_message="")
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py:1157
↓ 4 callersFunction_fix_path
(path, sep, add_end_sep=False)
src/debugpy/_vendored/pydevd/pydevd_file_utils.py:653
↓ 4 callersFunction_get_except_target_info
(instructions, exception_end_instruction_index, offset_to_instruction_idx)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_collect_bytecode_info.py:136
↓ 4 callersMethod_get_stack_as_hit
(self, msg, file=None, line=None, name=None)
src/debugpy/_vendored/pydevd/tests_python/debugger_unittest.py:1069
↓ 4 callersMethod_has_thread_id
Private method to test for a thread in the snapshot without triggering an automatic scan.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py:2024
↓ 4 callersFunction_internal_patch_qt
(QtCore, qt_support_mode="auto")
src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey_qt.py:139
↓ 4 callersMethod_log_message
(self, dir, data, logger=log.debug)
src/debugpy/common/messaging.py:161
↓ 4 callersFunction_normalize
(name)
src/debugpy/_vendored/pydevd/build_tools/rename_pep8.py:13
↓ 4 callersMethod_output
(self, which, encoding, lines)
tests/debug/output.py:69
↓ 4 callersMethod_record
(self, occurrence, block=True)
tests/timeline.py:304
↓ 4 callersMethod_reportErrors
(self, errors, failures, captured_output, test_name, diff_time="")
src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_unittest.py:92
↓ 4 callersMethod_repr
Returns an iterable of the parts in the final repr string.
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_safe_repr.py:85
↓ 4 callersFunction_run_code
Helper to run code in nominated namespace
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_runpy.py:101
↓ 4 callersFunction_stop_on_breakpoint
:param bp: the breakpoint hit (additional conditions will be checked now). :param frame: the actual frame :param new_frame: either the ac
src/debugpy/_vendored/pydevd/_pydevd_sys_monitoring/_pydevd_sys_monitoring.py:1310
↓ 4 callersFunction_stop_on_return
(py_db, thread_info, info, step_cmd, frame, retval)
src/debugpy/_vendored/pydevd/_pydevd_sys_monitoring/_pydevd_sys_monitoring.py:1265
↓ 4 callersMethod_terminate_on_socket_close
(self)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py:322
↓ 4 callersFunction_utf8_byte_offset_to_character_offset
(s: str, offset: int)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame_utils.py:148
↓ 4 callersMethodadd_console_message
add messages in the console_messages list
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_console.py:32
↓ 4 callersMethodadd_content
(self, *content)
src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_log.py:10
↓ 4 callersMethodadd_exception
(self)
src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_log.py:13
↓ 4 callersFunctionappend_strings
(s1, s2)
src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_pytest2.py:200
← previousnext →601–700 of 8,218, ranked by callers