Better data formatters in progress.

This commit is contained in:
2026-04-20 05:42:34 -04:00
parent 275698c5aa
commit 21d8c40005
4 changed files with 1106 additions and 860 deletions

View File

@@ -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"
]
}
]