diff --git a/HWBTutorials.code-workspace b/HWBTutorials.code-workspace index 35458cd..44fcd61 100644 --- a/HWBTutorials.code-workspace +++ b/HWBTutorials.code-workspace @@ -94,6 +94,15 @@ "cwd": "${workspaceFolder:AES}" }, "problemMatcher": [] + }, + { + "label": "Build 32-bit AES Project", + "type": "shell", + "command": "make", + "options": { + "cwd": "${workspaceFolder:AES 32-bit}" + }, + "problemMatcher": [] } ] }, @@ -111,6 +120,15 @@ "args": [], "cwd": "${workspaceFolder:AES}", "preLaunchTask": "Build AES Project" + }, + { + "type": "lldb", + "request": "launch", + "name": "Launch 32-bit AES Project", + "program": "${workspaceFolder:AES 32-bit}/bin/aes", + "args": [], + "cwd": "${workspaceFolder:AES 32-bit}", + "preLaunchTask": "Build 32-bit AES Project" } ], "compounds": []