From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id IAA12036 for caml-red; Mon, 30 Oct 2000 08:36:30 +0100 (MET) Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id LAA20947 for ; Sun, 29 Oct 2000 11:01:28 +0100 (MET) Received: from tor.abc.se (ns.abc.se [195.17.72.11]) by concorde.inria.fr (8.11.1/8.10.0) with ESMTP id e9TA1RD19774 for ; Sun, 29 Oct 2000 11:01:27 +0100 (MET) Received: from gateway (dialup-67 [195.17.73.67]) by tor.abc.se (8.9.3+Sun/8.9.1) with SMTP id LAA14133 for ; Sun, 29 Oct 2000 11:01:23 +0100 (MET) From: "Mattias Waldau" To: "Caml-List" Subject: Where did the exception occur? Date: Sun, 29 Oct 2000 10:59:50 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: weis@pauillac.inria.fr I am running my program from the top-level, and the programs aborts to the toplevel ans says: Uncaught exception: Not_found. Is there a way to tell where the exception occured, for example program languages like SICStus Prolog, Lisp, Visual C++, Visual Basic normally stops in a top-loop at the stack frame of the error. Is there a similar feature in OCaml? ---- Mattias Waldau