Skip to content

Commit

Permalink
Add gdbinit to non vsc templates
Browse files Browse the repository at this point in the history
  • Loading branch information
SKyletoft committed Feb 13, 2022
1 parent 9e0df8d commit fa615ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MOP - Basic/.gdbinit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
file debug/MOP
target extended-remote localhost:1234
load
monitor restart
4 changes: 4 additions & 0 deletions MOP - CRT/.gdbinit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
file debug/MOP
target extended-remote localhost:1234
load
monitor restart

0 comments on commit fa615ff

Please sign in to comment.