MCPcopy Create free account

hub / github.com/microsoft/debugpy / types & classes

Types & classes1,240 in github.com/microsoft/debugpy

↓ 156 callersClassJsonFacade
src/debugpy/_vendored/pydevd/tests_python/test_debugger_json.py:83
↓ 119 callersClassGuessStringType
Decorator that guesses the correct version (A or W) to call based on the types of the strings passed as parameters. Calls the B{ANSI} ve
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/defines.py:163
↓ 113 callersClassNetCommand
Commands received/sent over the network. Command can represent command received from the debugger, or one to be sent by daemon.
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_net_command.py:43
↓ 76 callersClassCmdError
Exception raised when a command parsing error occurs. Used internally by L{ConsoleDebugger}.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/interactive.py:97
↓ 37 callersClassVariant
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_bytecode_utils.py:803
↓ 36 callersClassSource
A `Source` is a descriptor for source code. It is returned from the debug adapter as part of a `StackFrame` and it is used by clients when
src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py:11702
↓ 26 callersClassProcess
Interface to a process. Contains threads and modules snapshots. @group Properties: get_pid, is_alive, is_debugged, is_wow64, get_arc
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py:82
↓ 18 callersClass_Token
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_code_to_source.py:36
↓ 16 callersClassReaderThread
src/debugpy/_vendored/pydevd/tests_python/debugger_unittest.py:184
↓ 15 callersClassPyDevdAPI
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_api.py:99
↓ 15 callersClass_OrderedSet
src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/__main__pydevd_gen_debug_adapter_protocol.py:28
↓ 14 callersClassArgHandlerBool
If a given flag is received, mark it as 'True' in setup.
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_command_line_handling.py:34
↓ 14 callersClassDefaultStringType
Decorator that uses the default version (A or W) to call based on the configuration of the L{GuessStringType} decorator. @see: L{GuessSt
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/defines.py:258
↓ 13 callersClassTestClass
src/debugpy/_vendored/pydevd/tests_python/test_safe_repr.py:490
↓ 12 callersClassCodeFragment
src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_console_utils.py:150
↓ 10 callersClassArgHandlerWithParam
Handler for some arguments which needs a value
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_command_line_handling.py:5
↓ 10 callersClassNotThisMethod
Exception raised if a method is not valid for the current scenario.
versioneer.py:365
↓ 10 callersClassRegistryKeyHandle
Registry key handle.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/advapi32.py:1148
↓ 10 callersClassThread
Interface to a thread in another process. @group Properties: get_tid, get_pid, get_process, set_process, get_exit_code, is_alive,
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py:63
↓ 10 callersClassVerifyShadowedImport
src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_saved_modules.py:28
↓ 9 callersClassHandle
Encapsulates Win32 handles to avoid leaking them. @type inherit: bool @ivar inherit: C{True} if the handle is to be inherited by child p
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/kernel32.py:572
↓ 8 callersClassCaseSetup
src/debugpy/_vendored/pydevd/tests_python/debugger_fixtures.py:243
↓ 8 callersClassF
src/debugpy/_vendored/pydevd/test_pydevd_reload/test_pydevd_reload.py:127
↓ 8 callersClassNotThisMethod
Exception raised if a method is not valid for the current scenario.
src/debugpy/_version.py:53
↓ 8 callersClassPOINT
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/gdi32.py:330
↓ 8 callersClassValueFormat
Provides formatting information for a value. Note: automatically generated code. Do not edit manually.
src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py:13313
↓ 8 callersClass_ThreadInfo
src/debugpy/_vendored/pydevd/tests_python/test_single_notification.py:17
↓ 7 callersClassNull
Gotten from: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/68205
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_constants.py:692
↓ 7 callersClassSafeRepr
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_safe_repr.py:12
↓ 7 callersClassSecondaryProcessThreadCommunication
src/debugpy/_vendored/pydevd/tests_python/test_debugger_json.py:4256
↓ 7 callersClassSecondaryProcessWriterThread
src/debugpy/_vendored/pydevd/tests_python/test_debugger_json.py:4252
↓ 7 callersClassWindow
Interface to an open window in the current desktop. @group Properties: get_handle, get_pid, get_tid, get_process, get_thread
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/window.py:69
↓ 7 callersClass_ObjectVariable
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_suspended_frames.py:154
↓ 6 callersClassDefaultResolver
DefaultResolver is the class that'll actually resolve how to show some variable.
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_resolver.py:64
↓ 6 callersClassFILETIME
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/kernel32.py:1430
↓ 6 callersClassGetoptError
src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_getopt.py:4
↓ 6 callersClassJsonMemoryStream
Like JsonIOStream, but working directly with values stored in memory. Values are round-tripped through JSON serialization. For input, values
tests/debugpy/common/test_messaging.py:26
↓ 6 callersClassMyObject
src/debugpy/_vendored/pydevd/tests_python/test_resolvers.py:48
↓ 6 callersClassPROCESS_INFORMATION
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/kernel32.py:1550
↓ 6 callersClassPath
Matches any string that matches the specified path. Uses os.path.normcase() to normalize both strings before comparison.
tests/patterns/_impl.py:154
↓ 6 callersClassPoint
Python wrapper over the L{POINT} class. @type x: int @ivar x: Horizontal coordinate @type y: int @ivar y: Vertical coordinate
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/user32.py:412
↓ 6 callersClassProcessInformation
Process information object returned by L{CreateProcess}.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/kernel32.py:973
↓ 6 callersClassPydevdSourceMap
Information that allows mapping a local line to a remote source/line. Note: automatically generated code. Do not edit manually.
src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py:14330
↓ 6 callersClassRect
Python wrapper over the L{RECT} class. @type left: int @ivar left: Horizontal coordinate for the top left corner. @type top:
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/user32.py:509
↓ 6 callersClassSetVariableResponseBody
"body" of SetVariableResponse Note: automatically generated code. Do not edit manually.
src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py:16524
↓ 6 callersClassStepInTargetsResponseBody
"body" of StepInTargetsResponse Note: automatically generated code. Do not edit manually.
src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py:17030
↓ 6 callersClassTarget
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_bytecode_utils.py:59
↓ 6 callersClassTokenHandle
Access token handle. @see: L{Handle}
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/advapi32.py:1138
↓ 6 callersClassVariablePresentationHint
Properties of a variable that can be used to determine how to render the variable in the UI. Note: automatically generated code. Do not edit
src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py:12297
↓ 6 callersClass_TargetInfo
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_collect_bytecode_info.py:119
↓ 5 callersClassCapabilities
Information about the capabilities of a debug adapter. Note: automatically generated code. Do not edit manually.
src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py:10892
↓ 5 callersClassExceptionOptions
An `ExceptionOptions` assigns configuration options to a set of exceptions. Note: automatically generated code. Do not edit manually.
src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py:13472
↓ 5 callersClassFCode
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame_utils.py:21
↓ 5 callersClassFilesFiltering
Note: calls at FilesFiltering are uncached. The actual API used should be through PyDB.
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_filtering.py:87
↓ 5 callersClassModule
Interface to a DLL library loaded in the context of another process. @group Properties: get_base, get_filename, get_name, get_size,
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/module.py:73
↓ 5 callersClassOutputEventBody
"body" of OutputEvent Note: automatically generated code. Do not edit manually.
src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py:15299
↓ 5 callersClassParallelNotification
src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_xml_rpc.py:40
↓ 5 callersClassPyDB
Main debugging class Lots of stuff going on here: PyDB starts two threads on startup that connect to remote debugger (RDB) The threads co
src/debugpy/_vendored/pydevd/pydevd.py:559
↓ 5 callersClassSuspendedFramesManager
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_suspended_frames.py:461
↓ 5 callersClassT
src/debugpy/_vendored/pydevd/tests_python/test_utilities.py:489
↓ 5 callersClassThreadHandle
Win32 thread handle. @type dwAccess: int @ivar dwAccess: Current access flags to this handle. This is the same value passed
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/kernel32.py:861
↓ 5 callersClass_DummyPyDB
src/debugpy/_vendored/pydevd/tests_python/test_evaluate_expression.py:191
↓ 4 callersClassContinuedEventBody
"body" of ContinuedEvent Note: automatically generated code. Do not edit manually.
src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py:15125
↓ 4 callersClassDjangoTemplateFrame
src/debugpy/_vendored/pydevd/pydevd_plugins/django_debug.py:388
↓ 4 callersClassEntry
src/debugpy/_vendored/pydevd/tests_python/my_django_proj_17/my_app/views.py:9
↓ 4 callersClassEntry
src/debugpy/_vendored/pydevd/tests_python/my_django_proj_21/my_app/views.py:9
↓ 4 callersClassFileHandle
Win32 file handle. @see: L{Handle}
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/kernel32.py:904
↓ 4 callersClassFileMappingHandle
File mapping handle. @see: L{Handle}
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/kernel32.py:949
↓ 4 callersClassHexDump
Static functions for hexadecimal dumps. @type integer_size: int @cvar integer_size: Size in characters of an outputted integer.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/textio.py:461
↓ 4 callersClassHook
Factory class to produce hook objects. Used by L{Debug.hook_function} and L{Debug.stalk_function}. When you try to instance this class,
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/breakpoint.py:1009
↓ 4 callersClassIORedirector
This class works to wrap a stream (stdout/stderr) with an additional redirect.
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_io.py:7
↓ 4 callersClassMessageDict
A specialized dict that is used for JSON message payloads - Request.arguments, Response.body, and Event.body. For all members that normally t
src/debugpy/common/messaging.py:311
↓ 4 callersClassMessageFactory
A factory for DAP messages that are not bound to a message channel.
tests/tests/test_timeline.py:17
↓ 4 callersClassNoMoreMessages
Indicates that there are no more messages that can be read from or written to a stream.
src/debugpy/common/messaging.py:50
↓ 4 callersClassPatternExpectation
tests/timeline.py:740
↓ 4 callersClassResponse
Response for a request. Note: automatically generated code. Do not edit manually.
src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py:154
↓ 4 callersClassSTARTUPINFO
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/kernel32.py:1584
↓ 4 callersClassServiceHandle
Service handle. @see: U{http://msdn.microsoft.com/en-us/library/windows/desktop/ms684330(v=vs.85).aspx}
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/advapi32.py:1172
↓ 4 callersClassSetExpressionArguments
Arguments for `setExpression` request. Note: automatically generated code. Do not edit manually.
src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py:9207
↓ 4 callersClassStepInTarget
A `StepInTarget` can be used in the `stepIn` request and determines into which single target the `stepIn` request should step. Note: aut
src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py:12909
↓ 4 callersClassTable
Text based table. The number of columns and the width of each column is automatically calculated.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/textio.py:1072
↓ 4 callersClassTimer
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_utils.py:439
↓ 4 callersClassVariableError
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vars.py:29
↓ 4 callersClassVariablesResponseBody
"body" of VariablesResponse Note: automatically generated code. Do not edit manually.
src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py:16484
↓ 4 callersClass_TargetIdHashable
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_bytecode_utils.py:91
↓ 3 callersClassAndExpectation
tests/timeline.py:657
↓ 3 callersClassBreakpointEventBody
"body" of BreakpointEvent Note: automatically generated code. Do not edit manually.
src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py:15433
↓ 3 callersClassCompleter
src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_completer.py:41
↓ 3 callersClassCompletionsResponseBody
"body" of CompletionsResponse Note: automatically generated code. Do not edit manually.
src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py:17110
↓ 3 callersClassConsoleMessage
Console Messages
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_console.py:24
↓ 3 callersClassDebugConsoleStdIn
Object to be added to stdin (to emulate it as non-blocking while the next line arrives)
src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_console_utils.py:101
↓ 3 callersClassDictResolver
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_resolver.py:245
↓ 3 callersClassEvaluateArguments
Arguments for `evaluate` request. Note: automatically generated code. Do not edit manually.
src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py:8941
↓ 3 callersClassEvaluateResponseBody
"body" of EvaluateResponse Note: automatically generated code. Do not edit manually.
src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py:16777
↓ 3 callersClassExit
src/debugpy/_vendored/pydevd/pycompletionserver.py:164
↓ 3 callersClassExitedEventBody
"body" of ExitedEvent Note: automatically generated code. Do not edit manually.
src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py:15182
↓ 3 callersClassFramesList
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame_utils.py:209
↓ 3 callersClassGotoTargetsResponseBody
"body" of GotoTargetsResponse Note: automatically generated code. Do not edit manually.
src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py:17070
↓ 3 callersClassHandlers
tests/debugpy/common/test_messaging.py:202
↓ 3 callersClassIOBuf
This class works as a replacement for stdio and stderr. It is a buffer and when its contents are requested, it will erase what it has so far s
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_io.py:115
next →1–100 of 1,240, ranked by callers