Browse thread
Exception backtraces
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Denis Bueno <dbueno@g...> |
| Subject: | Re: [Caml-list] Exception backtraces |
On 1/24/07, Jon Harrop <jon@ffconsultancy.com> wrote: > On Thursday 25 January 2007 02:32, Denis Bueno wrote: > > I did see that, but, since I'm compiling into bytecode (which, > > granted, I did not specify), I didn't think it applied to me. In any > > event, it doesn't specify how exactly to *get* backtraces (apart from > > OCAMLPARAM="b") > > Can you explain what you want that CAMLPARAM=b does not provide? I want to *catch* the exception and print the relevant information. I don't want to let it propagate to the toplevel. -Denis