Files
amlogic/source/bootrom_emulator/.vscode/launch.json
Eljakim Herrewijnen 0980476603 initial
2024-03-30 21:13:26 +01:00

25 lines
740 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Run Emulator",
"type": "python",
"request": "launch",
"program": "fuzzer.py",
"console": "integratedTerminal",
"justMyCode": false
},
{
"name": "Run Emulator",
"type": "python",
"request": "launch",
"program": "fuzzer.py",
"console": "integratedTerminal",
"justMyCode": false,
""
},
]
}