We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a6306 commit 03339d8Copy full SHA for 03339d8
.vscode/launch.json
@@ -45,6 +45,11 @@
45
"text": "-enable-pretty-printing",
46
"ignoreFailures": true
47
},
48
+ {
49
+ "description": "Set print depth limit to prevent infinite recursion",
50
+ "text": "set print max-depth 3",
51
+ "ignoreFailures": false
52
+ },
53
]
54
55
{
@@ -65,7 +70,12 @@
65
70
"description": "Enable pretty-printing for gdb",
66
71
67
72
68
- }
73
74
75
76
77
78
69
79
80
81
0 commit comments