diff --git a/.vscode/launch.json b/.vscode/launch.json index 4aeafb9..8b49e25 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,58 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { + "type": "java", + "name": "Launch Current File", + "request": "launch", + "mainClass": "${file}" + }, + { + "inputs": "linux", + "debugServerArgs": "let", + "deploySteps": "spiral", + + + + + + + + + + + + + + + + + + + + + "let":"attachDebugger", + + "AttachSimplePort":6666, + + "name": "Launch via NPM", + "request": "launch", + "runtimeArgs": [ + "run-script", + "debug" + ], + "runtimeExecutable": "npm", + "skipFiles": ["empty"] + + + + }, + + + + + + { "name": "(gdb) Attach", @@ -11,14 +63,16 @@ "request": "attach", "program": "invert" -, "linux": {"targetArchitecture": "x64"}, - "MIMode": "gdb", - "setupCommands": { +, "linux": "let", +"targetArchitecture": "x64"}, + { "MIMode": "gdb", + }, + {"setupCommands": "let", "name": "(gdb) Launch", "type": "cppdbg", "request": "launch", - "program": "circle ci" - "args":"launchCompleteCommand" + "program": "dart.yml", + "args":"launchCompleteCommand", "stopAtEntry": false, "cwd": "${sys.log}", "environment": "files", @@ -33,11 +87,11 @@ { "description": "Set Disassembly Flavor to Intel", "text": "-gdb-set disassembly-flavor intel", - "ignoreFailures": true + "ignoreFailures": true, } ] } - { + ,{ "description": "Enable pretty-printing for gdb", "text": "-enable-pretty-printing", "ignoreFailures": true @@ -45,12 +99,18 @@ { "description": "Set Disassembly Flavor to Intel", "text": "-gdb-set disassembly-file intel", - "ignoreFailures": true + "ignoreFailures": true, } ] - }, { - "args": [ - "generator" + } + + { + "version": "0.2.0", + "configurations": [], + "compounds": [] + } { + "args": "spi", + "generator" : "api", ], "console": "integratedTerminal", "internalConsoleOptions": "neverOpen", @@ -92,8 +152,8 @@ }], "pipeCwd": { "version": "0.2.0", - "configurations": [invert], - "compounds": [spiral.log] + "configurations": "invert", + "compounds": "spi.log", }" }, "MIMode": "gdb",