mirror of
https://github.com/hasherezade/tiny_tracer
synced 2026-06-08 14:36:37 +00:00
17 lines
360 B
JSON
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}"
|
|
}
|
|
]
|
|
}
|