MCPcopy Create free account

hub / github.com/microsoft/debugpy / functions

Functions8,218 in github.com/microsoft/debugpy

↓ 4 callersFunctionas_float_in_env
(env_key, default)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_constants.py:234
↓ 4 callersMethodassert_args
(self, tok, args, tips)
src/debugpy/_vendored/pydevd/tests/test_simpleTipper.py:197
↓ 4 callersFunctionb
()
src/debugpy/_vendored/pydevd/tests_python/test_sys_monitoring.py:237
↓ 4 callersFunctioncall
()
src/debugpy/_vendored/pydevd/tests_python/resources/_debugger_case_python_c.py:9
↓ 4 callersMethodcheck_args
(self, t, *expected)
src/debugpy/_vendored/pydevd/tests/test_simpleTipper.py:191
↓ 4 callersFunctioncheck_process_event
(json_facade, start_method)
src/debugpy/_vendored/pydevd/tests_python/test_debugger_json.py:4373
↓ 4 callersMethodclear
Clears the snapshot of threads and modules.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py:470
↓ 4 callersMethodcli
(self, env)
tests/debug/targets.py:188
↓ 4 callersMethodclose
Closes the Win32 handle.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/kernel32.py:682
↓ 4 callersFunctioncollect_try_except_info
(co, use_func_first_line=False)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_collect_bytecode_info.py:201
↓ 4 callersFunctioncreate_frames_list_from_traceback
:param trace_obj: This is the traceback from which the list should be created. :param frame: This is the first frame to be c
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame_utils.py:372
↓ 4 callersFunctiond
(fn)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/sql.py:73
↓ 4 callersMethoddecode
@type address: int @param address: Memory address where the code was read from. @type code: str @param code: Machi
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/disasm.py:154
↓ 4 callersMethoddefine_hardware_breakpoint
Creates a disabled hardware breakpoint at the given address. @see: L{has_hardware_breakpoint}, L{get_hardwar
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/breakpoint.py:2316
↓ 4 callersMethoddisable_code_breakpoint
Disables the code breakpoint at the given address. @see: L{define_code_breakpoint}, L{has_code_breakpoint},
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/breakpoint.py:2753
↓ 4 callersMethoddisable_hardware_breakpoint
Disables the hardware breakpoint at the given address. @see: L{define_hardware_breakpoint}, L{has_hardware_b
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/breakpoint.py:2801
↓ 4 callersMethoddisable_page_breakpoint
Disables the page breakpoint at the given address. @see: L{define_page_breakpoint}, L{has_page_breakpoint},
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/breakpoint.py:2777
↓ 4 callersMethoddisassemble
Disassemble instructions from the address space of the process. @type lpAddress: int @param lpAddress: Memory address where
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py:1598
↓ 4 callersFunctiondo_find
(f, mod)
src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_tipper_common.py:5
↓ 4 callersFunctiondo_step
()
src/debugpy/_vendored/pydevd/tests_python/test_debugger.py:4019
↓ 4 callersMethoddont_break_at
Clears a code breakpoint set by L{break_at}. @type pid: int @param pid: Process global ID. @type address: int or
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/breakpoint.py:3891
↓ 4 callersMethodempty
(self)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_io.py:143
↓ 4 callersMethodenable
Enable the user input for the window. @see: L{disable} @raise WindowsError: An error occured while processing this request.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/window.py:567
↓ 4 callersMethodenable_code_breakpoint
Enables the code breakpoint at the given address. @see: L{define_code_breakpoint}, L{has_code_breakpoint},
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/breakpoint.py:2607
↓ 4 callersMethodenable_one_shot_code_breakpoint
Enables the code breakpoint at the given address for only one shot. @see: L{define_code_breakpoint}, L{has_c
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/breakpoint.py:2681
↓ 4 callersMethodenable_output_redirection
(self, redirect_stdout, redirect_stderr)
src/debugpy/_vendored/pydevd/pydevd.py:1656
↓ 4 callersMethodexclude_by_filter
:return: True if it should be excluded, False if it should be included and None if no rule matched the given file.
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_filtering.py:315
↓ 4 callersMethodexecl
Starts a new process for debugging. This method uses a command line string. To use a list of arguments instead, use L{execv}
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/debug.py:351
↓ 4 callersMethodexecute_line
(self, command, more=False)
src/debugpy/_vendored/pydevd/tests_python/test_console.py:60
↓ 4 callersFunctionfilter
Returns a new QuerySet instance with the args ANDed to the existing set. @rtype: django.db.models.query.QuerySet
src/debugpy/_vendored/pydevd/stubs/_django_manager_body.py:211
↓ 4 callersFunctionfoo
(arg)
src/debugpy/_vendored/pydevd/tests_python/resources/_debugger_case_smart_step_into2.py:3
↓ 4 callersFunctiongenerate_cython_module
()
src/debugpy/_vendored/pydevd/build_tools/generate_code.py:238
↓ 4 callersFunctiongenerate_dont_trace_files
()
src/debugpy/_vendored/pydevd/build_tools/generate_code.py:108
↓ 4 callersMethodgeneric_visit
(self, node)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_collect_bytecode_info.py:423
↓ 4 callersMethodget_after_tokens
(self)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_code_to_source.py:75
↓ 4 callersMethodget_condition
@rtype: bool, function @return: Returns the condition callback for conditional breakpoints. Returns C{True} for uncondit
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/breakpoint.py:309
↓ 4 callersMethodget_contents_debug_adapter_protocol
(self, obj, fmt=None)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_resolver.py:72
↓ 4 callersMethodget_debugee_count
@rtype: int @return: Number of processes being debugged.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/debug.py:1111
↓ 4 callersMethodget_dictionary
(self, var, fmt={})
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_resolver.py:514
↓ 4 callersMethodget_fp
@rtype: int @return: Value of the frame pointer register.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py:670
↓ 4 callersMethodget_frames_list
(self, thread_id)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_suspended_frames.py:440
↓ 4 callersFunctionget_here
()
src/debugpy/_vendored/pydevd/tests_python/resources/_debugger_case17.py:1
↓ 4 callersMethodget_internal_queue_and_event
returns internal command queue for a given thread. if new queue is created, notify the RDB about it
src/debugpy/_vendored/pydevd/pydevd.py:1633
↓ 4 callersMethodget_line
(self, line)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_code_to_source.py:92
↓ 4 callersMethodget_module
@type lpBaseOfDll: int @param lpBaseOfDll: Base address of the DLL to look for. @rtype: L{Module} @return: Module
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/module.py:885
↓ 4 callersMethodget_module_base
@rtype: int @return: Base address for the newly loaded DLL.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/event.py:966
↓ 4 callersMethodget_peb
Returns a copy of the PEB. To dereference pointers in it call L{Process.read_structure}. @rtype: L{win32.PEB} @retu
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py:884
↓ 4 callersMethodget_pid
@rtype: int @return: Parent process global ID. @raise WindowsError: An error occured when calling a Win32 API function.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py:205
↓ 4 callersMethodget_pid
@rtype: int @return: Global ID of the process that owns this window.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/window.py:159
↓ 4 callersMethodget_process
@rtype: L{Process} @return: Parent Process object. Returns C{None} if unknown.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/module.py:211
↓ 4 callersMethodget_process_id_from_prefix
(self)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/interactive.py:707
↓ 4 callersFunctionget_protocol
()
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_constants.py:819
↓ 4 callersFunctionget_pydev_frontend
(pydev_host, pydev_client_port)
src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_ipython_console_011.py:503
↓ 4 callersMethodget_pydevd_file
(self)
src/debugpy/_vendored/pydevd/tests_python/debugger_unittest.py:808
↓ 4 callersMethodget_server
(self)
src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_console_utils.py:410
↓ 4 callersFunctionget_socket_names
(n_sockets, close=False)
src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_localhost.py:37
↓ 4 callersMethodget_test_name
(self, test)
src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_unittest.py:51
↓ 4 callersMethodget_tid
@rtype: int @return: Global ID of the thread that owns this window.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/window.py:169
↓ 4 callersMethodget_variable
:raises KeyError
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_suspended_frames.py:506
↓ 4 callersFunctiongetfilesystemencoding
()
src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_filesystem_encoding.py:31
↓ 4 callersMethodhandle_breakpoint_condition
(self, info, pybreakpoint, new_frame)
src/debugpy/_vendored/pydevd/pydevd.py:986
↓ 4 callersMethodhandle_breakpoint_expression
(self, pybreakpoint, info, new_frame)
src/debugpy/_vendored/pydevd/pydevd.py:1025
↓ 4 callersMethodhas_key
@type key: L{Crash} key. @param key: Key to find. @rtype: bool @return: C{True} if the key is present in the set o
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/crash.py:1414
↓ 4 callersMethodhas_thread
@type dwThreadId: int @param dwThreadId: Global ID of the thread to look for. @rtype: bool @return: C{True} if the
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py:1754
↓ 4 callersMethodhexblock
Dump a block of hexadecimal numbers from binary data. Also show a printable text version of the data. @type data: str
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/textio.py:640
↓ 4 callersMethodhexline
Dump a line of hexadecimal numbers from binary data. @type data: str @param data: Binary data. @type separator: s
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/textio.py:614
↓ 4 callersMethodhit
Notify a breakpoint that it's been hit. This triggers the corresponding state transition and sets the C{breakpoint} property
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/breakpoint.py:494
↓ 4 callersMethodin_hostile_mode
Determine if we're in hostile mode (anti-anti-debug). @rtype: bool @return: C{True} if this C{Debug} instance was started i
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/debug.py:1170
↓ 4 callersFunctioninput
(prompt="")
src/debugpy/_vendored/pydevd/pydev_sitecustomize/sitecustomize.py:198
↓ 4 callersMethodinput_address_range
(self, token_list, pid=None, tid=None)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/interactive.py:427
↓ 4 callersMethodinput_breakpoint
(self, token_list)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/interactive.py:524
↓ 4 callersMethodinput_integer
(self, token)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/interactive.py:388
↓ 4 callersFunctioninvoke_output
(*args: str, no_log: bool = False)
subrepo.py:52
↓ 4 callersMethodis_alive
@rtype: bool @return: C{True} if the process is currently running.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py:431
↓ 4 callersFunctionis_bound_method
(obj)
src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_calltip_util.py:20
↓ 4 callersMethodis_executable
@rtype: bool @return: C{True} if all pages in this region are executable. @note: Executable pages are always readable.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/kernel32.py:1126
↓ 4 callersMethodis_reserved
@rtype: bool @return: C{True} if the memory in this region is reserved.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/kernel32.py:1051
↓ 4 callersMethodkey
Alias of L{signature}. Deprecated since WinAppDbg 1.5.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/crash.py:684
↓ 4 callersMethodkill
Terminates the execution of the process. @raise WindowsError: On error an exception is raised.
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py:362
↓ 4 callersMethodlist_test_names
(self, test_objs)
src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles.py:718
↓ 4 callersFunctionloaded_api
Return which API is loaded, if any If this returns anything besides None, importing any other Qt binding is unsafe. Returns -------
src/debugpy/_vendored/pydevd/pydev_ipython/qt_loaders.py:74
↓ 4 callersMethodmachine
(self)
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/registry.py:430
↓ 4 callersMethodmake_warning_message
(self, msg)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_net_command_factory_xml.py:161
↓ 4 callersMethodmap_columns_to_line
The columns internally are actually based on bytes. Also, the position isn't always the ideal one as the start may not be wh
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame_utils.py:114
↓ 4 callersMethodmatch_name
@rtype: bool @return: C{True} if the given name could refer to this module. It may not be exactly the same r
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/module.py:352
↓ 4 callersFunctionmethod
()
src/debugpy/_vendored/pydevd/tests_python/test_frame_utils.py:9
↓ 4 callersMethodmin_line
(self, *args)
src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_collect_bytecode_info.py:547
↓ 4 callersMethodmprotect
Set memory protection in the address space of the process. @see: U{http://msdn.microsoft.com/en-us/library/aa366899.aspx} @
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py:2445
↓ 4 callersMethodnotifyStartTest
(self, *args)
src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_xml_rpc.py:72
↓ 4 callersMethodnotifyTestRunFinished
(self, *args)
src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_xml_rpc.py:69
↓ 4 callersMethodnotifyTestsCollected
(self, *args)
src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_xml_rpc.py:63
↓ 4 callersMethodnotify_changed
(self)
src/debugpy/adapter/sessions.py:83
↓ 4 callersMethodnotify_thread_created
(self, thread_id, thread, use_lock=True)
src/debugpy/_vendored/pydevd/pydevd.py:1758
↓ 4 callersMethodobserve
(self, *occurrences)
tests/timeline.py:152
↓ 4 callersFunctionof_type
Returns a validator for a JSON property that requires it to have a value of the specified type. If optional=True, () is also allowed. The mea
src/debugpy/common/json.py:106
↓ 4 callersMethodparse_label
Creates a label from a module and a function name, plus an offset. @warning: This method only creates the label, it doesn't make sur
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/module.py:1086
↓ 4 callersMethodpeek_pointer
Reads a pointer value from the memory of the process. @see: L{read_pointer} @type lpBaseAddress: int @param lpBase
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py:2288
↓ 4 callersFunctionplus_or_dot
Return a + if we don't already have one, else return a .
versioneer.py:1418
↓ 4 callersFunctionplus_or_dot
Return a + if we don't already have one, else return a .
src/debugpy/_version.py:364
↓ 4 callersMethodprepend
(self, data)
src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_modify_bytecode.py:138
← previousnext →701–800 of 8,218, ranked by callers