File tree 2 files changed +39
-1
lines changed
2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ // Use IntelliSense to learn about possible attributes.
3
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version" : " 0.2.0" ,
6
+ "configurations" : [
7
+ {
8
+ "name" : " (gdb) Launch" ,
9
+ "type" : " cppdbg" ,
10
+ "request" : " launch" ,
11
+ "program" : " ${workspaceFolder}/fs-uae" ,
12
+ "args" : [
13
+ " --no-automatic-input-grab" ,
14
+ " --amiga-model=A1200/020" ,
15
+ " --graphics-card=uaegfx" ,
16
+ " --hard-drive-0=/home/frode/openretro/git/fs-uae-test/hd/uaegfx" ,
17
+ " --hard-drive-0-label=Workbench" ,
18
+ " --hard-drive-1=/home/frode/openretro/git/fs-uae-test/hd/work" ,
19
+ " --hard-drive-1-label=Work" ,
20
+ " --hard-drive-2=/home/frode/openretro/git/fs-uae-test/hd/files" ,
21
+ " --hard-drive-2-label=Files" ,
22
+ " --stdout" ,
23
+ ],
24
+ "stopAtEntry" : false ,
25
+ "cwd" : " ${workspaceFolder}" ,
26
+ "environment" : [],
27
+ "externalConsole" : false ,
28
+ "MIMode" : " gdb" ,
29
+ "setupCommands" : [
30
+ {
31
+ "description" : " Enable pretty-printing for gdb" ,
32
+ "text" : " -enable-pretty-printing" ,
33
+ "ignoreFailures" : true
34
+ }
35
+ ]
36
+ }
37
+ ]
38
+ }
Original file line number Diff line number Diff line change 1
- 3808bee0c8ba49ec16fb965b197ad1887be891f6
1
+ dd1bb5bb902f69145afd6eaa68761b9326289644
You can’t perform that action at this time.
0 commit comments