caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Gerd Stolpmann <gerd@gerd-stolpmann.de>
To: caml-list@inria.fr
Subject: [Caml-list] Thank you for backtraces!
Date: Thu, 22 Feb 2001 00:36:28 +0100	[thread overview]
Message-ID: <01022200434908.02459@ice> (raw)

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


             reply	other threads:[~2001-02-24 17:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-21 23:36 Gerd Stolpmann [this message]
2001-02-26 14:54 ` Xavier Leroy
2001-03-01 11:43   ` Markus Mottl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=01022200434908.02459@ice \
    --to=gerd@gerd-stolpmann.de \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).