added gupje only launch
This commit is contained in:
parent
6492aadd7c
commit
4bfd827fbc
11
source/exploit/.vscode/launch.json
vendored
11
source/exploit/.vscode/launch.json
vendored
@ -46,6 +46,15 @@
|
||||
"program": "${file}",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": false,
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Load gupje only",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "exploit.py",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": false,
|
||||
"args": ["--load_ga"],
|
||||
},
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user