caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Thank you for backtraces!
@ 2001-02-21 23:36 Gerd Stolpmann
  2001-02-26 14:54 ` Xavier Leroy
  0 siblings, 1 reply; 3+ messages in thread
From: Gerd Stolpmann @ 2001-02-21 23:36 UTC (permalink / raw)
  To: caml-list

Hi list,

The current CVS version of ocaml contains backtraces; example:

let f x = raise Not_found;;

try
  f 3
with
    Not_found as ex ->
      raise ex
;;

$ ocamlc -o t -g t.ml
$ OCAMLRUNPARAM=b t
Fatal error: uncaught exception Not_found
Raised at module T, character 25
Called from module T, character 38
Re-raised at module T, character 81

This feature will really help developers a lot. Thanks to the Caml team!

Gerd
-- 
----------------------------------------------------------------------------
Gerd Stolpmann      Telefon: +49 6151 997705 (privat)
Viktoriastr. 100             
64293 Darmstadt     EMail:   gerd@gerd-stolpmann.de
Germany                     
----------------------------------------------------------------------------
-------------------
To unsubscribe, mail caml-list-request@inria.fr.  Archives: http://caml.inria.fr


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-03-01 11:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-21 23:36 [Caml-list] Thank you for backtraces! Gerd Stolpmann
2001-02-26 14:54 ` Xavier Leroy
2001-03-01 11:43   ` Markus Mottl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).