Browse thread
[Caml-list] exception handling questions
[
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: | Dustin Sallings <dustin@s...> |
| Subject: | [Caml-list] exception handling questions |
One thing that really seems to be missing from exception handling is the ability to print a stack trace from an exception. I realize there's a flag on the ocamlrun to print stacks for uncaught exceptions, but that's not exactly what I'm looking for. I'd like to be able to catch and exception, log it, and continue. Similarly, is there a way to print an exception at least like the toplevel does? I can catch any type of exception with the appropriate pattern, but I don't see how I can report it without expecting it. -- Dustin Sallings ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners