Skip to content

Commit efd3747

Browse files
JadeCheahdamithc
authored andcommitted
Update debugger section in AB3: Tracing Code to include VS Code link
1 parent 6581593 commit efd3747

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tutorials/ab3TracingCode.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ Before we proceed, ensure that you have done the following:
4141
If this step doesn't go as expected, ensure the default Java version is set correctly, as given in [here](javaInstallation.html). {texts="['2.1', '2.2', '2.3']"}
4242
* Run AB3 using Intellij UI (i.e., use the {{ icon_run_green }} button to run `src\main\java\seedu\address\Main.java`) and ensure the app launches.<br>
4343
If the first check worked but this check doesn't, ensure you have set Intellij to use the correct JDK version (more info: [here](intellijJdk.md)).
44-
1. **Learn basic debugging features of Intellij IDEA** given [here](intellijDebugger.md):
45-
* If you are using a different IDE, we'll leave it to you to figure out the equivalent feature to use in your IDE.
44+
1. **Learn basic debugging features of your choice of IDE**:
45+
* For IntelliJ IDEA, follow the tutorial [here](intellijDebugger.md)
46+
* For Visual Studio Code, follow the tutorial [here](vscDebugger.md)
47+
* If you are using another IDE, refer to its official documentation for equivalent debugging features.
4648
* If you are not using an IDE, we'll let you figure out how to achieve the same using your coding toolchain.
4749

4850
## Setting a breakpoint

0 commit comments

Comments
 (0)