diff --git a/tools/gdb.sh b/tools/gdb.sh index 394192d9..bae0b3ab 100755 --- a/tools/gdb.sh +++ b/tools/gdb.sh @@ -5,4 +5,4 @@ source $(dirname $0)/env.sh cd $BUILD_DIR -gdb -x .gdbconf \ No newline at end of file +gdb -x $LUNA_ROOT/.gdbconf \ No newline at end of file