Better data formatters in progress.
This commit is contained in:
@@ -125,6 +125,7 @@
|
||||
"initCommands": [
|
||||
"command script import [INTEGRATION]/tools/UEDataFormatter.py",
|
||||
"settings set target.inline-breakpoint-strategy always",
|
||||
"settings set target.prefer-dynamic-value no-run-target",
|
||||
"process handle SIGTRAP --notify false --pass false --stop false",
|
||||
"target stop-hook add --one-liner \"p ::UngrabAllInputImpl()\""
|
||||
]
|
||||
@@ -147,7 +148,9 @@
|
||||
"console": "integratedTerminal",
|
||||
"initCommands": [
|
||||
"command script import [INTEGRATION]/tools/UEDataFormatter.py",
|
||||
"settings set target.inline-breakpoint-strategy always"
|
||||
"settings set target.inline-breakpoint-strategy always",
|
||||
"settings set target.prefer-dynamic-value no-run-target",
|
||||
"process handle SIGTRAP --notify false --pass false --stop false"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -160,7 +163,9 @@
|
||||
"type": "lldb",
|
||||
"console": "integratedTerminal",
|
||||
"initCommands": [
|
||||
"settings set target.inline-breakpoint-strategy always"
|
||||
"settings set target.inline-breakpoint-strategy always",
|
||||
"settings set target.prefer-dynamic-value no-run-target",
|
||||
"process handle SIGTRAP --notify false --pass false --stop false"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user