From 9e6471908997015894b8f8fff27fc9f3d4440470 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 15 Apr 2018 11:13:06 -0400 Subject: More changes in debug mode --- .vscode/launch.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json index c2b08f1..ae7bde3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,19 @@ "type": "node", "request": "launch", "name": "Launch Program", - "program": "${workspaceFolder}/bot_discord.js" + "program": "${workspaceFolder}/bot_discord.js", + "console": "integratedTerminal", + + }, + { + "type": "node", + "request": "launch", + "name": "Launch Program with debug mode", + "program": "${workspaceFolder}/bot_discord.js", + "console": "integratedTerminal", + "args": [ + "--debug" + ] } ] } \ No newline at end of file -- cgit v1.2.3