MCPcopy Create free account

hub / github.com/microsoft/debugpy / functions

Functions8,218 in github.com/microsoft/debugpy

↓ 29 callersMethodget_handle
Returns a handle to the process with I{at least} the access rights requested. @note: If a handle was previously
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py:232
↓ 29 callersMethodget_pid
@see: L{get_process} @rtype: int @return: Process global ID where the event occured.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/event.py:205
↓ 29 callersMethodisnt_valid
Same as self.error(InvalidMessageError, ...).
src/debugpy/common/messaging.py:520
↓ 28 callersMethodassert_in
(self, tok, tips)
src/debugpy/_vendored/pydevd/tests/test_simpleTipper.py:210
↓ 28 callersMethodassert_unchanged
(self, value, expected)
src/debugpy/_vendored/pydevd/tests_python/test_safe_repr.py:39
↓ 28 callersMethodfrozen
(self)
tests/timeline.py:105
↓ 28 callersMethodget_stack_as_json_hit
(self, thread_id, no_stack_frame=False)
src/debugpy/_vendored/pydevd/tests_python/test_debugger_json.py:331
↓ 28 callersFunctionlog_repr
(x)
tests/tests/test_patterns.py:15
↓ 28 callersMethodmake_mod
(self, name="x", repl=None, subst=None, sample=SAMPLE_CODE)
src/debugpy/_vendored/pydevd/test_pydevd_reload/test_pydevd_reload.py:51
↓ 27 callersFunctionextract_token_and_qualifier
Extracts the token a qualifier from the text given the line/colum (see test_extract_token_and_qualifier for examples). :param unicode te
src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_completer.py:219
↓ 27 callersMethodget_process
@rtype: L{Process} @return: Parent Process object. Returns C{None} if unknown.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py:172
↓ 27 callersMethodlisten
(self)
tests/debug/comms.py:26
↓ 27 callersMethodregister
(self)
src/debugpy/adapter/sessions.py:78
↓ 27 callersMethodwrite_add_exception_breakpoint_with_policy
( self, exception, notify_on_handled_exceptions, notify_on_unhandled_exceptions, ignore_libraries
src/debugpy/_vendored/pydevd/tests_python/debugger_unittest.py:1319
↓ 27 callersMethodwrite_set_exception_breakpoints
:param list(str) filters: A list with 'raised' or 'uncaught' entries. :param list(ExceptionOptions) exception_options:
src/debugpy/_vendored/pydevd/tests_python/test_debugger_json.py:278
↓ 26 callersMethodmark_messages
(self, expected_class, accept_message=lambda obj: True)
src/debugpy/_vendored/pydevd/tests_python/test_debugger_json.py:92
↓ 26 callersMethodsource
DAP "source" JSON for this Target.
tests/debug/targets.py:196
↓ 25 callersMethodloads
(data)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/crash.py:134
↓ 24 callersMethodget_pid
(self)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/interactive.py:81
↓ 24 callersMethodsame_as
(self, obj)
tests/patterns/_impl.py:59
↓ 24 callersFunctionwait_for_condition
(condition, msg=None, timeout=TIMEOUT, sleep=0.05)
src/debugpy/_vendored/pydevd/tests_python/debugger_unittest.py:159
↓ 23 callersFunction__Pyx_CyFunction_New
CythonFunction */
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:23763
↓ 23 callersFunction__Pyx_PyCode_New
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:25191
↓ 23 callersMethod_get_text_attributes
()
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/textio.py:843
↓ 23 callersMethod_set_text_attributes
(wAttributes)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/textio.py:847
↓ 23 callersMethodmquery
Query memory information from the address space of the process. Returns a L{win32.MemoryBasicInformation} object. @see: U{ht
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py:2468
↓ 23 callersMethodwrite
(self, *args, **kwargs)
src/debugpy/_vendored/pydevd/tests_python/resources/wrong_bytecode/helper/__init__.py:47
↓ 22 callersFunctioncheck_names_from_func_str
(func_str, expected)
src/debugpy/_vendored/pydevd/tests_python/test_smart_step_into_bytecode.py:60
↓ 22 callersMethodclose
(self)
src/debugpy/_vendored/pydevd/tests_python/test_console.py:81
↓ 21 callersMethodconnect
(self, func, *args, **kwargs)
src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey_qt.py:170
↓ 21 callersMethodget_context
Retrieves the execution context (i.e. the registers values) for this thread. @type ContextFlags: int @param Context
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py:466
↓ 21 callersMethodget_thread
@see: L{get_tid} @rtype: L{Thread} @return: Thread where the event occured.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/event.py:243
↓ 21 callersMethodget_tid
@see: L{get_thread} @rtype: int @return: Thread global ID where the event occured.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/event.py:214
↓ 21 callersMethodis_disabled
@rtype: bool @return: C{True} if the breakpoint is in L{DISABLED} state.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/breakpoint.py:213
↓ 21 callersMethoditeritems
(self)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/registry.py:198
↓ 21 callersMethodsearch
Search for the given pattern within the process memory. @type pattern: str, compat.unicode or L{Pattern} @param pattern: Pa
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py:1329
↓ 21 callersMethodstart
(self, channel)
tests/debugpy/common/test_messaging.py:523
↓ 20 callersFunctionSetLastError
(dwErrCode)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/kernel32.py:2189
↓ 20 callersFunction__Pyx_RaiseUnexpectedTypeError
RaiseUnexpectedTypeError */
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:20887
↓ 20 callersFunctionevaluate_expression
:param str expression: The expression to be evaluated. Note that if the expression is indented it's automatically dedented (base
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vars.py:445
↓ 20 callersFunctionfunc
()
tests/debugpy/test_step.py:18
↓ 20 callersFunctionget_thread_id
(thread)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_constants.py:669
↓ 20 callersFunctionset_additional_thread_info
(thread)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_additional_thread_info_regular.py:219
↓ 20 callersMethodsplit_tokens
(self, arg, min_count=0, max_count=None)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/interactive.py:290
↓ 20 callersFunctiontounicode
(s)
src/debugpy/_vendored/pydevd/interpreterInfo.py:126
↓ 20 callersMethodwait
(self)
tests/debugpy/common/test_messaging.py:531
↓ 19 callersMethodapply_files_filter
Should only be called if `self.is_files_filter_enabled == True` or `force_check_project_scope == True`. Note that it covers both the
src/debugpy/_vendored/pydevd/pydevd.py:1409
↓ 19 callersFunctionget_smart_step_into_variant_from_frame_offset
Given the frame.f_lasti, return the related `Variant`. :note: if the offset is found before any variant available or no variants are
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_bytecode_utils.py:920
↓ 19 callersMethodis_alive
@rtype: bool @return: C{True} if the thread if currently running. @raise WindowsError: The debugger doesn't have
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py:418
↓ 19 callersFunctionreport
(s, *args, **kwargs)
src/debugpy/common/log.py:288
↓ 19 callersMethodwrite_remove_breakpoint
(self, breakpoint_id)
src/debugpy/_vendored/pydevd/tests_python/debugger_unittest.py:1335
↓ 18 callersMethod_setup_scenario
( self, path, include_tests=None, tests=None, files_to_tests=None,
src/debugpy/_vendored/pydevd/tests_runfiles/test_runfiles.py:42
↓ 18 callersMethodclose
Closes all open connections to the remote Registry. No exceptions are raised, even if an error occurs. This method has no e
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/registry.py:534
↓ 18 callersMethodcreate_request_thread
(self, full_url)
src/debugpy/_vendored/pydevd/tests_python/debugger_unittest.py:1672
↓ 18 callersMethodget_process
(self)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/interactive.py:87
↓ 18 callersMethodkill
Kills a process currently being debugged. @see: L{detach} @type dwProcessId: int @param dwProcessId: Global ID of
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/debug.py:656
↓ 18 callersFunctionsend_concurrency_message
(event_class, time, name, thread_id, type, event, file, line, frame, lock_id=0, parent=None)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser/pydevd_concurrency_logger.py:75
↓ 18 callersMethodstart
Starts a message loop which parses incoming messages and invokes handlers for them on a background thread, until the channel is closed.
src/debugpy/common/messaging.py:1139
↓ 18 callersMethodwrite_set_variable
(self, frame_variables_reference, name, value, success=True)
src/debugpy/_vendored/pydevd/tests_python/test_debugger_json.py:439
↓ 17 callersFunctionForkSafeLock
(rlock=False)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_constants.py:443
↓ 17 callersFunction__Pyx_ParseKeywords
ParseKeywords */
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:20867
↓ 17 callersMethodadd
(self, key)
tests/debug/config.py:249
↓ 17 callersMethodassert_in
(self, tok, tips)
src/debugpy/_vendored/pydevd/tests/test_jysimpleTipper.py:40
↓ 17 callersFunctioncall
(arg)
src/debugpy/_vendored/pydevd/tests_python/test_smart_step_into_bytecode.py:84
↓ 17 callersMethodcopy
(self, updated_from=None)
src/debugpy/common/util.py:43
↓ 17 callersMethoderror
Returns a new exception of the specified type from the point at which it is invoked, with the specified formatted message as the reason.
src/debugpy/common/messaging.py:501
↓ 17 callersMethodexpect_realized
(self, expectation, explain=True, observe=True)
tests/timeline.py:258
↓ 17 callersMethodfilter_tests
based on a filter name, only return those tests that have the test case names that match
src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles.py:634
↓ 17 callersFunctioninvoke_call
(*args: str)
subrepo.py:39
↓ 17 callersMethoditer_threads
@see: L{iter_thread_ids} @rtype: dictionary-valueiterator @return: Iterator of L{Thread} objects in this snapshot.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py:1789
↓ 17 callersMethodmatch
Determine if the given memory address lies within the watched buffer. @rtype: bool @return: C{True} if the given memory addr
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/breakpoint.py:1771
↓ 17 callersMethodset_trace_for_frame_and_parents
(self, thread_ident: Optional[int], frame, **kwargs)
src/debugpy/_vendored/pydevd/pydevd.py:2430
↓ 17 callersMethodwrite
Writes to the memory of the process. @note: Page permissions may be changed temporarily while writing. @see: L{poke}
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py:1568
↓ 16 callersMethodcant_handle
Same as self.error(MessageHandlingError, ...).
src/debugpy/common/messaging.py:524
↓ 16 callersMethodclear_inputhook
Clear input hook. Parameters ---------- app : optional, ignored This parameter is allowed only so that clear_inputh
src/debugpy/_vendored/pydevd/pydev_ipython/inputhook.py:94
↓ 16 callersMethodget_base
@rtype: int or None @return: Base address of the module. Returns C{None} if unknown.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/module.py:251
↓ 16 callersFunctionget_current_thread_id
Note: the difference from get_current_thread_id to get_thread_id is that for the current thread we can get the thread id while the thread.ide
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_constants.py:649
↓ 16 callersMethodget_thread
(self)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/interactive.py:90
↓ 16 callersMethodget_tid
(self)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/interactive.py:84
↓ 16 callersMethoditer_processes
@see: L{iter_process_ids} @rtype: dictionary-valueiterator @return: Iterator of L{Process} objects in this snapshot.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py:3879
↓ 16 callersMethoditerkeys
Returns an iterator that crawls the entire Windows Registry.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/registry.py:678
↓ 16 callersMethodmatching
Same pattern, but it only matches if re.match(regex, flags) produces a match that corresponds to the entire string.
tests/patterns/_impl.py:62
↓ 16 callersMethodpost_method_as_internal_command
(self, thread_id, method, *args, **kwargs)
src/debugpy/_vendored/pydevd/pydevd.py:1640
↓ 16 callersMethodproceed
(self)
tests/timeline.py:233
↓ 16 callersFunctionpydevd_find_thread_by_id
(thread_id)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_thread_lifecycle.py:11
↓ 16 callersMethodsend_event
Sends a new event. If body is None or {}, "body" will be omitted in JSON. Safe to call concurrently for the same channel from differ
src/debugpy/common/messaging.py:1250
↓ 15 callersMethodassert_shortened
(self, value, expected)
src/debugpy/_vendored/pydevd/tests_python/test_safe_repr.py:45
↓ 15 callersFunctioncli
(pyfile)
tests/debugpy/server/test_cli.py:19
↓ 15 callersMethodenable_tracing
Enables tracing. If in regular mode (tracing), will set the tracing function to the tracing function for this thread -- by d
src/debugpy/_vendored/pydevd/pydevd.py:1163
↓ 15 callersMethodfind_frame
(self, thread_id, frame_id)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_suspended_frames.py:444
↓ 15 callersFunctionfoo
()
src/debugpy/_vendored/pydevd/tests_python/test_utilities.py:354
↓ 15 callersMethodget_handle
Returns a handle to the thread with I{at least} the access rights requested. @note: If a handle was previously o
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py:313
↓ 15 callersMethodget_label_at_address
Creates a label from the given memory address. If the address belongs to the module, the label is made relative to it's base
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/module.py:617
↓ 15 callersMethodget_local_var
(self, frame_id, var_name)
src/debugpy/_vendored/pydevd/tests_python/test_debugger_json.py:497
↓ 15 callersMethodget_namespace
Subclasses should override. @return: dict with namespace.
src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_console_utils.py:314
↓ 15 callersFunctionnormcase
(s, NORMCASE_CACHE={})
src/debugpy/_vendored/pydevd/pydevd_file_utils.py:349
↓ 15 callersFunctionobject
Returns a validator for a JSON object. If the property is missing, it is treated as if it were {}. Otherwise, it must be a dict. If vali
src/debugpy/common/json.py:253
↓ 15 callersMethodset_suspend
(self, *args, **kwargs)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame.py:170
↓ 15 callersMethodwait_for_next_event
(self, event, body=some.object, freeze=True)
tests/debug/session.py:901
↓ 14 callersFunctionDecRef
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/ref_utils.hpp:13
← previousnext →101–200 of 8,218, ranked by callers