Visibility reset doesnt work anymore for some reason
This commit is contained in:
Vendored
+3
-14
@@ -6,24 +6,13 @@
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Editor",
|
||||
"type": "cppvsdbg",
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"program": "${workspaceRoot}/build/Editor.exe",
|
||||
"args": [],
|
||||
"cwd": "${workspaceRoot}/build",
|
||||
"console": "internalConsole",
|
||||
"setupCommands": [
|
||||
{
|
||||
"description": "Enable pretty-printing for gdb",
|
||||
"text": "-enable-pretty-printing",
|
||||
"ignoreFailures": true
|
||||
},
|
||||
{
|
||||
"description": "Set Disassembly Flavor to Intel",
|
||||
"text": "-gdb-set disassembly-flavor intel",
|
||||
"ignoreFailures": true
|
||||
}
|
||||
]
|
||||
"console": "integratedTerminal",
|
||||
"breakpointMode": "path",
|
||||
},
|
||||
{
|
||||
"name": "Editor (Mac)",
|
||||
|
||||
Reference in New Issue
Block a user