summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/etc/run-test-jar1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/etc/run-test-jar b/test/etc/run-test-jar
index de55440184..d5db76a82a 100755
--- a/test/etc/run-test-jar
+++ b/test/etc/run-test-jar
@@ -988,6 +988,7 @@ else
if [ "$USE_GDB" = "y" ]; then
# When running under gdb, we cannot do piping and grepping...
+ echo "Run 'gdbclient.py -p <pid printed below>' to debug."
$cmdline "$@"
else
if [ "$TIME_OUT" != "gdb" ]; then