Files
hasherezade-tiny_tracer/launch.vs.json
T
2026-05-23 21:08:50 +02:00

17 lines
360 B
JSON

{
"version": "0.2.1",
"configurations": [
{
"name": "Run TinyTracer x64",
"type": "default",
"project": "",
"exe": "${workspaceRoot}\\..\\..\\..\\pin.exe",
"args": [
"-t", "${workspaceRoot}\\obj-intel64\\TinyTracer64.dll",
"--", "TARGET_APP.exe"
],
"currentDir": "${workspaceRoot}"
}
]
}