Class |
Description |
|---|---|
The |
Bases: object
The DebugAdapterType object is used to access the DebugAdapters. DebugAdapterType should not be directly
instantiated; instead, use get_by_name to get an instance of DebugAdapter by name.
Right now, the DebugAdapterType class cannot be used to create a DebuggerController. This is planned for the future.
Whether the current DebugAdapterType can connect to a remote host for the specified BinaryView
bv (BinaryView) – the BinaryView to check for
Whether the current DebugAdapterType can execute the specified BinaryView
bv (BinaryView) – the BinaryView to check for
Get a list of available DebugAdapters for the specified BinaryView. The DebugAdapters in the list can be used to debug the BinaryView.
bv (BinaryView) – the BinaryView to check for
list of available DebugAdapters