allpy
changeset 523:bc54037a5cb5
blocks3d/wt: fix script for debugging
author | boris <bnagaev@gmail.com> |
---|---|
date | Sat, 26 Feb 2011 20:42:16 +0300 |
parents | bc3990b43e39 |
children | 4d9cd2f37a98 |
files | blocks3d/wt/debug.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/blocks3d/wt/debug.sh Sat Feb 26 19:26:13 2011 +0300 1.2 +++ b/blocks3d/wt/debug.sh Sat Feb 26 20:42:16 2011 +0300 1.3 @@ -1,3 +1,3 @@ 1.4 cd ./build/; 1.5 -gdb --args ./blocks3d-wt.exe -- run --docroot . --http-address 0.0.0.0 --http-port 8000 1.6 +gdb --args ./blocks3d-wt.exe --docroot ../files --http-address 0.0.0.0 --http-port 8000 1.7