From 0a8657ad68085ed906b916f0c937f0f1e32605a3 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 2 Nov 2020 08:00:51 -0600 Subject: Try to make debugging less awful --- P2/.vscode/launch.json | 8 ++++++++ P2/.vscode/tasks.json | 4 ++++ 2 files changed, 12 insertions(+) (limited to 'P2/.vscode') diff --git a/P2/.vscode/launch.json b/P2/.vscode/launch.json index ba82be7..b2bbdc0 100644 --- a/P2/.vscode/launch.json +++ b/P2/.vscode/launch.json @@ -11,6 +11,7 @@ "program": "${workspaceFolder}/mapreduce", "args": ["5", "2", "test/T1/F1.txt"], "stopAtEntry": false, + "cwd": "${workspaceFolder}", "environment": [], "externalConsole": false, @@ -22,6 +23,13 @@ "ignoreFailures": true }, ], + // "customLaunchSetupCommands": [ + // { + // "description": "PLEASE WORK", + // "text": "set detach-on-fork off", + // "ignoreFailures": false + // } + //], "preLaunchTask": "Make", }, ] diff --git a/P2/.vscode/tasks.json b/P2/.vscode/tasks.json index 2ebd385..9080b5b 100644 --- a/P2/.vscode/tasks.json +++ b/P2/.vscode/tasks.json @@ -11,6 +11,10 @@ "kind": "build", "isDefault": true }, + "presentation": { + "reveal": "silent", + "clear": true + } }, ] -- cgit v1.2.3