diff --git a/debug.sh b/debug.sh new file mode 100755 index 0000000..1ff2809 --- /dev/null +++ b/debug.sh @@ -0,0 +1,5 @@ +#!/bin/bash +cd ./runtime/bin +export LD_LIBRARY_PATH="$(pwd):$LD_LIBRARY_PATH" +gdb --eval-command="handle SIGUSR1 nostop" --eval-command="run ../tests/test_fibonacci_multiple.json" ./awsmrt +cd ../..