./configure --enable-debug
make
make install
jmax -jmaxConnection udpclient -jmaxMode debug -jmaxPortThe console window should appear, but remains almost empty.
Note: you can pass also a -jmaxHost HOST_NAME option to jmax.
$ cd /home/francois/jmax/fts/bin/i686-linux/debug $ gdb fts
run udp MY_MACHINE:MY_PORT_NUMBERwhere:
The console window should now be filled with normal startup messages. You can then stop fts under the debugger, put breakpoints, continue, as usual in a debugger session.
Copyright © 1995,1999 IRCAM.
All rights reserved. |