diff options
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index ebcd01a..e6af5d0 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -24,7 +24,12 @@ { "description": "Set breakpoint on _start", "text": "-break-insert _start" + }, + { + "description": "Set breakpoint on reload_segment_register_trampoline", + "text": "-break-insert reload_segment_register_trampoline" } + ] } ], |
