MCPcopy Create free account

hub / github.com/microsoft/debugpy / functions

Functions8,218 in github.com/microsoft/debugpy

↓ 14 callersFunctionEvent
(event, body=some.object)
tests/timeline.py:787
↓ 14 callersFunction__Pyx_PyBool_FromLong
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:25541
↓ 14 callersFunction__Pyx_PyLong_As_int
CIntFromPy */
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:24285
↓ 14 callersFunction__Pyx_PyLong_From_int
CIntToPy */
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:24216
↓ 14 callersFunction__Pyx_PyObject_FastCallMethod
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:20947
↓ 14 callersFunction__Pyx_PyObject_SetAttrStr
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:20099
↓ 14 callersFunction__Pyx_PyType_GetFullyQualifiedName
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:24938
↓ 14 callersFunction__Pyx_PyUnicode_Equals
UnicodeEquals (used by fastcall) */
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:19308
↓ 14 callersFunction__Pyx_RaiseNeedMoreValuesError
RaiseNeedMoreValuesToUnpack */
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:21087
↓ 14 callersMethodall_occurrences_of
(self, expectation)
tests/timeline.py:81
↓ 14 callersFunctioncall
()
src/debugpy/_vendored/pydevd/tests_python/test_bytecode_manipulation.py:117
↓ 14 callersFunctioncheck
(frame)
src/debugpy/_vendored/pydevd/tests_python/test_evaluate_expression.py:34
↓ 14 callersMethodcheck
(self, method, expected_as_str, expected_as_str_source_version=None, update_try_except_infos=None)
src/debugpy/_vendored/pydevd/tests_python/test_collect_bytecode_info.py:155
↓ 14 callersMethodcount_suite
(self, tests=None)
src/debugpy/_vendored/pydevd/tests_runfiles/test_runfiles.py:188
↓ 14 callersMethodexpect_frozen
(self)
tests/timeline.py:53
↓ 14 callersMethodget_filename
@rtype: str or None @return: Module filename. Returns C{None} if unknown.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/module.py:293
↓ 14 callersMethodget_main_filename
(self)
src/debugpy/_vendored/pydevd/tests_python/debugger_unittest.py:1212
↓ 14 callersMethodhas_process
@type dwProcessId: int @param dwProcessId: Global ID of the process to look for. @rtype: bool @return: C{True} if
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py:3844
↓ 14 callersMethodis_running
@rtype: bool @return: C{True} if the breakpoint is in L{RUNNING} state.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/breakpoint.py:234
↓ 14 callersFunctionmake_timeline
Provides a timeline factory. All timelines created by this factory are automatically finalized and checked for basic consistency after the end
tests/tests/test_timeline.py:34
↓ 14 callersMethodpath
(self)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/registry.py:116
↓ 14 callersMethodpeek
Reads the memory of the process. @see: L{read} @type lpBaseAddress: int @param lpBaseAddress: Memory address to be
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py:1957
↓ 14 callersMethodrespond
(self, body)
src/debugpy/common/messaging.py:673
↓ 14 callersFunctionwait_for_notification
(notification_queue, msg)
src/debugpy/_vendored/pydevd/tests_python/test_single_notification.py:74
↓ 13 callersFunction_internal_GetTokenInformation
(hTokenHandle, TokenInformationClass, TokenInformation)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/advapi32.py:1732
↓ 13 callersMethodadd
Adds a buffer watch identifier. @type bw: L{BufferWatch} @param bw: Buffer watch identifier.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/breakpoint.py:1797
↓ 13 callersFunctioncode_to_bytecode_representation
A simple disassemble of bytecode. It does not attempt to provide the full Python source code, rather, it provides a low-level representa
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_collect_bytecode_info.py:866
↓ 13 callersFunctioneq_
(a, b)
src/debugpy/_vendored/pydevd/tests/test_pydev_ipython_011.py:14
↓ 13 callersMethodexecLine
(self, line)
src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_console_utils.py:379
↓ 13 callersMethodget_process
(self, pid=None)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/interactive.py:764
↓ 13 callersMethodget_thread_id_for_variable_reference
We can't evaluate variable references values on any thread, only in the suspended thread (the main reason for this is that in UI fram
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_suspended_frames.py:484
↓ 13 callersFunctionisclass
(cls)
src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_jy_imports_tipper.py:163
↓ 13 callersFunctionrender
Render the given version pieces into the requested style.
src/debugpy/_version.py:578
↓ 13 callersMethodset_inputhook
Set inputhook to callback.
src/debugpy/_vendored/pydevd/pydev_ipython/inputhook.py:88
↓ 13 callersMethodwait
Waits for the message loop to terminate, and for all enqueued Response message handlers to finish executing.
src/debugpy/common/messaging.py:1158
↓ 12 callersFunctionCloseHandle
(hHandle)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/kernel32.py:2240
↓ 12 callersFunctionMAKE_LPARAM
Convert arguments to the LPARAM type. Used automatically by SendMessage, PostMessage, etc. You shouldn't need to call this function.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/user32.py:63
↓ 12 callersFunctionMAKE_WPARAM
Convert arguments to the WPARAM type. Used automatically by SendMessage, PostMessage, etc. You shouldn't need to call this function.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/user32.py:51
↓ 12 callersFunctionall
@rtype: django.db.models.query.QuerySet
src/debugpy/_vendored/pydevd/stubs/_django_manager_body.py:83
↓ 12 callersFunctioncheck_version
check version string found_version >= expected_min_or_eq_to_version If dev/prerelease tags result in TypeError for string-number comparison,
src/debugpy/_vendored/pydevd/pydev_ipython/version.py:28
↓ 12 callersMethodconnect
(self, host, port)
src/debugpy/_vendored/pydevd/pydevd.py:1552
↓ 12 callersMethodexpect_new
(self, expectation, explain=True, observe=True)
tests/timeline.py:261
↓ 12 callersMethodget_file_type
:param abs_real_path_and_basename: The result from get_abs_path_real_path_and_base_from_file or get_abs_path_real_pat
src/debugpy/_vendored/pydevd/pydevd.py:1078
↓ 12 callersMethodget_pc
@rtype: int @return: Value of the program counter register.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py:632
↓ 12 callersMethodhas_content
@rtype: bool @return: C{True} if the memory in this region has any data in it.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/kernel32.py:1094
↓ 12 callersMethodin_project_roots
Note: don't call directly. Use PyDb.in_project_scope (there's no caching here and it doesn't handle all possibilities for knowing whe
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_filtering.py:230
↓ 12 callersMethodis_debugee
Determine if the debugger is debugging the given process. @see: L{is_debugee_attached}, L{is_debugee_started} @type dwProc
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/debug.py:1125
↓ 12 callersFunctionismethod
this function should return the information gathered on a function @param func: this is the function we want to get info on @return a tuple w
src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_jy_imports_tipper.py:167
↓ 12 callersMethodmap_to_server
Convert something as 'file1.py' at line 10 to '<ipython-cell-xxx>' at line 2. Note that the name should be already normalized at thi
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_source_mapping.py:120
↓ 12 callersMethodoutput
Returns all output of a given category as a single string, assembled from all the "output" events received for that category so far.
tests/debug/session.py:735
↓ 12 callersMethodpost_internal_command
if thread_id is *, post to the '*' queue
src/debugpy/_vendored/pydevd/pydevd.py:1647
↓ 12 callersMethodprint_exception
(self, event)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/interactive.py:619
↓ 12 callersFunctionrun
(request)
tests/debugpy/test_breakpoints.py:21
↓ 12 callersFunctionrun_as_pydevd_daemon_thread
Runs a function as a pydevd daemon thread (without any tracing in place).
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_daemon_thread.py:195
↓ 12 callersMethodset_ide_os
:param ide_os: 'WINDOWS' or 'UNIX'
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_api.py:150
↓ 12 callersMethodshutdown
(self)
src/debugpy/_vendored/pydevd/tests/test_check_pydevconsole.py:56
↓ 12 callersFunctionsorted_dict_repr
(d)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_constants.py:537
↓ 12 callersFunctionunquote
(s)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_json_debug_options.py:113
↓ 12 callersMethodupdate_stepping_info
(self)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_additional_thread_info_regular.py:202
↓ 12 callersMethodwrite_step_next
(self, thread_id, wait_for_response=True)
src/debugpy/_vendored/pydevd/tests_python/test_debugger_json.py:429
↓ 12 callersMethodwrite_step_return
(self, thread_id)
src/debugpy/_vendored/pydevd/tests_python/debugger_unittest.py:1378
↓ 11 callersFunction__Pyx_GetException
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:19978
↓ 11 callersFunction__Pyx_Import
Import */
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c:22371
↓ 11 callersFunction_get_apply_arg_patching
()
src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey.py:46
↓ 11 callersFunction_is_same_frame
(info, target_frame, current_frame)
src/debugpy/_vendored/pydevd/_pydevd_sys_monitoring/_pydevd_sys_monitoring.py:1968
↓ 11 callersMethod_is_same_frame
(self, target_frame, current_frame)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame.py:292
↓ 11 callersMethod_update
Update oldobj, if possible in place, with newobj. If oldobj is immutable, this simply returns newobj. Args: oldobj: the ob
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_reload.py:281
↓ 11 callersFunctiondbg
(s)
src/debugpy/_vendored/pydevd/tests/test_jysimpleTipper.py:26
↓ 11 callersMethoddiscard
(self, x)
src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/__main__pydevd_gen_debug_adapter_protocol.py:43
↓ 11 callersMethodfreeze
(self)
tests/timeline.py:97
↓ 11 callersMethodget_children_variables
(self, fmt=None, scope=None)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_suspended_frames.py:265
↓ 11 callersMethodget_dictionary
(self, _self, fmt=None)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_resolver.py:421
↓ 11 callersMethodget_exception_code
@rtype: int @return: Exception code as defined by the Win32 API.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/event.py:509
↓ 11 callersMethodget_module_at_address
@type address: int @param address: Memory address to query. @rtype: L{Module} @return: C{Module} object that best
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/module.py:992
↓ 11 callersMethodincrement_suspend_time
(self)
src/debugpy/_vendored/pydevd/pydevd.py:399
↓ 11 callersMethoditervalues
@rtype: iterator @return: Iterator of the contained L{Crash} objects. @warning: A B{copy} of each object is returned,
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/crash.py:1476
↓ 11 callersMethodmap_to_client
(self, runtime_source_filename, lineno)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_source_mapping.py:85
↓ 11 callersMethodon_breakpoints_changed
When breakpoints change, we have to re-evaluate all the assumptions we've made so far.
src/debugpy/_vendored/pydevd/pydevd.py:1213
↓ 11 callersMethodpropagate
Sends a new message with the same type and payload. If it was a request, returns the new OutgoingRequest object for it.
src/debugpy/common/messaging.py:1269
↓ 11 callersFunctionreport_paths
(get_paths, label=None)
src/debugpy/common/log.py:291
↓ 11 callersMethodrequest
(self, *args, **kwargs)
tests/debug/session.py:517
↓ 11 callersMethodscan_threads
Populates the snapshot with running threads.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py:1909
↓ 11 callersMethodsend
(self, msg)
src/debugpy/_vendored/pydevd/pycompletionserver.py:215
↓ 11 callersFunctionsend_process_created_message
()
src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey.py:992
↓ 11 callersMethodtest
(self, first, last)
tests/timeline.py:926
↓ 11 callersMethodwait
Wait for all remaining output to be captured.
tests/debug/output.py:60
↓ 11 callersMethodwrite_set_project_roots
(self, project_roots)
src/debugpy/_vendored/pydevd/tests_python/debugger_unittest.py:1316
↓ 10 callersMethod_add_process
Private method to add a process object to the snapshot. @type aProcess: L{Process} @param aProcess: Process object.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py:4799
↓ 10 callersFunction_do_wait_suspend
(py_db, thread_info, frame, event, arg)
src/debugpy/_vendored/pydevd/_pydevd_sys_monitoring/_pydevd_sys_monitoring.py:1994
↓ 10 callersFunction_expression_to_evaluate
(expression)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vars.py:212
↓ 10 callersFunction_get_func_code_info
Provides code-object related info. Note that it contains informations on the breakpoints for a given function. If breakpoints change a n
src/debugpy/_vendored/pydevd/_pydevd_sys_monitoring/_pydevd_sys_monitoring.py:558
↓ 10 callersFunctioncheck
(hit, exc_type, exc_desc)
src/debugpy/_vendored/pydevd/tests_python/test_debugger.py:1595
↓ 10 callersFunctioncheck
(obtained, expected)
src/debugpy/_vendored/pydevd/tests_python/test_convert_utilities.py:183
↓ 10 callersMethodcheck
(self, module, expected_attributes)
src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_saved_modules.py:66
↓ 10 callersFunctionclear_contents_debug_adapter_protocol
(contents_debug_adapter_protocol)
src/debugpy/_vendored/pydevd/tests_python/test_resolvers.py:169
↓ 10 callersMethodclose
(self)
tests/debug/comms.py:87
↓ 10 callersMethoddo_kill_pydev_thread
(self)
src/debugpy/_vendored/pydevd/pydevd.py:3325
↓ 10 callersMethodequal_to
(self, obj)
tests/patterns/_impl.py:53
↓ 10 callersMethodflush
Flushes changes immediately to disk. This method is normally not needed, as the Registry writes changes to disk by itself. T
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/registry.py:347
↓ 10 callersFunctionget_abs_path_real_path_and_base_from_frame
(frame, NORM_PATHS_AND_BASE_CONTAINER=NORM_PATHS_AND_BASE_CONTAINER)
src/debugpy/_vendored/pydevd/pydevd_file_utils.py:947
← previousnext →201–300 of 8,218, ranked by callers