[Linux] Update the debugging instructions in the viewer launch script to reflect unpackaged unstripped binary availability.

This commit is contained in:
Router Gray
2020-06-05 13:19:32 -05:00
parent ffb54802d4
commit fe9d670800

View File

@@ -55,9 +55,8 @@
## - For advanced debugging cases, you can run the viewer under the
## control of another program, such as strace, gdb, or valgrind. If
## you're building your own viewer, bear in mind that the executable
## in the bin directory will be stripped: you should replace it with
## an unstripped binary before you run.
## you're building your own viewer, run the configure step with
## -DPACKAGE:BOOL=OFF to produce an unstripped binary for debugging.
if [ -n "$ASCENDED_DEVELOPER" ]; then
if [ "$ASCENDED_DEVELOPER" = "1" ]; then
export LL_WRAPPER='gdb --args'