mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 23:07:19 +00:00
13 lines
309 B
JSON
13 lines
309 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Python Debugger: Current File",
|
||
|
"type": "debugpy",
|
||
|
"request": "launch",
|
||
|
"program": "${file}",
|
||
|
"console": "integratedTerminal",
|
||
|
"cwd": "${fileDirname}"
|
||
|
}
|
||
|
]
|
||
|
}
|