* Frederik Carlier <[EMAIL PROTECTED]> [2007-04-03 18:57]: > The main issue is that I'm not sure how to debug this issue (because it > apparently hangs). Can I somehow "attach" to this process and see where > it is stuck?
You can try runing it through strace. strace /usr/bin/cli /usr/lib/NAnt/NAnt.exe >output.txt Watch out, A LOT of output, but it may tell you something. -- Grzegorz "Silk" Sobański silk (at) boktor.net Dwie tajemnice gwarantujące sukces: http://boktor.net 1. Nikomu nie mów wszystkiego _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
