Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
student:stu:gdb [2022/09/14 18:16] – Add link to bug fix commit lam2mostudent:stu:gdb [2022/09/28 11:14] – [GDB + VS Code configuration] Add more details lam2mo
Line 17: Line 17:
 ===== GDB + VS Code configuration ===== ===== GDB + VS Code configuration =====
  
-Here is a sample ''launch.json'' file. This one is set up for the CS 261 P0, but you can modify it for any C project:+Here is a sample ''launch.json'' file. This one is set up for the CS 261 P0, but you can modify it for any C project by changing "''intro''" to the name of your executable. You can also provide command-line arguments using ''args'' (e.g., for CS 261 P1, you might specify ''[ "-H", "tests/inputs/simple.o" ]''.
  
 <code> <code>