session_start
Start a new named debug session and set it as the active session for recording debugging information.
Instructions
Start a new named debug session. Sets it as the current active session for recording.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Session name, e.g. 'chrome heap uaf analysis' | |
| target | No | Binary or dump being analyzed, e.g. 'chrome.exe' or 'crash.dmp' | |
| debugger | No | Primary debugger: windbg | ida | x64dbg | mco |