Date: Sat, 15 Nov 2003 17:59:34 +0100 (CET) From: Henri Dubois-Ferriere Reply-To: Henri DF To: lablgtk at kaba.or.jp Subject: problem with ocamldebug Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII hello, i am trying to debug a program which is driven by a lablgtk gui. (note that it is giving unexpected results, but it does not crash in any way) i have compiled both the lablgtk libs and my prog with -g. when i launch under ocamldebug, the debugger loses its connection with the running program, and the stack trace shows that it is in somewhere in the stdlib Map module, with a partial stack trace (because it has 'Encountered a function with no debugging information'). any idea what is going on? thanks for any tips henri