|
IDA SDK
|
Options for instant debugging.
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? | |