IDA C++ SDK 9.2
|
Options for instant debugging. More...
#include <pro.h>
Public Attributes | |
qstring | debmod |
name of debugger module | |
qstring | env |
config variables for debmod. example: DEFAULT_CPU=13;MAXPACKETSIZE=-1 | |
qstring | host |
remote hostname (if remote debugging) | |
qstring | pass |
password for the remote debugger server | |
int | port = 0 |
port number for the remote debugger server | |
int | pid = -1 |
process to attach to (-1: ask the user) | |
int | event_id = -1 |
event to trigger upon attaching | |
bool | attach = false |
should attach to a process? |
Options for instant debugging.
qstring instant_dbgopts_t::debmod |
name of debugger module
qstring instant_dbgopts_t::env |
config variables for debmod. example: DEFAULT_CPU=13;MAXPACKETSIZE=-1
qstring instant_dbgopts_t::host |
remote hostname (if remote debugging)
qstring instant_dbgopts_t::pass |
password for the remote debugger server
int instant_dbgopts_t::port = 0 |
port number for the remote debugger server
int instant_dbgopts_t::pid = -1 |
process to attach to (-1: ask the user)
int instant_dbgopts_t::event_id = -1 |
event to trigger upon attaching
bool instant_dbgopts_t::attach = false |
should attach to a process?