You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UE-104743 #rb Will.Damon #fyi Michael.Sartain [CL 15041825 by Brandon Schaefer in ue5-main branch]
7 lines
280 B
Bash
Executable File
7 lines
280 B
Bash
Executable File
#/bin/sh
|
|
|
|
if [ ! -f ~/.lldbinit ]; then
|
|
echo 'echo -n "settings set target.inline-breakpoint-strategy always\n"' | bash > ~/.lldbinit
|
|
echo 'echo -n "command script import \"`pwd`/../../../Extras/LLDBDataFormatters/UEDataFormatters_2ByteChars.py\"\n"' | bash >> ~/.lldbinit
|
|
fi
|