Commit 6ecc52c5 authored by Pavel Vainerman's avatar Pavel Vainerman

Исправил ошибку в скрипте запуска с gdb

parent e4eed194
......@@ -55,8 +55,7 @@ then
[ "$DBG" == "hel" ] && start_line="valgrind --tool=helgrind --trace-children=yes --log-file=valgrind.log $COMLINE"
if [ "$DBG" == "gdb" ]; then
PRG="$1"; shift
start_line="gdb --args $PRG -- $@"
start_line="gdb --args $COMLINE"
fi
echo Running "$start_line"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment