More lldb configuration, change uproject to 'version 10' to make it impossible to open project in unreal editor except via launch configuration
This commit is contained in:
@@ -162,8 +162,9 @@ LUPREXBUILDTASK["options"]["cwd"] = f"{INTEGRATION}/luprex"
|
||||
#
|
||||
|
||||
LLDBINIT=[
|
||||
f"command script import {UNREALENGINE}/Engine/Extras/LLDBDataFormatters/UEDataFormatters_2ByteChars.py",
|
||||
'target stop-hook add --one-liner "p ::UngrabAllInputImpl()"',
|
||||
f'command script import {UNREALENGINE}/Engine/Extras/LLDBDataFormatters/UEDataFormatters_2ByteChars.py',
|
||||
f'settings set target.inline-breakpoint-strategy always',
|
||||
f'target stop-hook add --one-liner "p ::UngrabAllInputImpl()"',
|
||||
]
|
||||
|
||||
for config in WORKSPACE["launch"]["configurations"]:
|
||||
|
||||
Reference in New Issue
Block a user