caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] exception messages pbs
@ 2001-10-16 12:43 Pixel
  2001-10-24 14:37 ` Xavier Leroy
  0 siblings, 1 reply; 2+ messages in thread
From: Pixel @ 2001-10-16 12:43 UTC (permalink / raw)
  To: caml-list

- long Failure exceptions get truncated, eg:

failwith "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxA"

is there a way to tell the runtime to display it fully?

- when an exception occurs, the file descriptors are not flushed. To have them
flushed, I use :

try ... with e -> flush stdout ; raise e

which works nicely, except that back-in-time debugging is harder (you have to
go back the various catching code). Any better solution?


thanks, Pixel.
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


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

end of thread, other threads:[~2001-10-24 14:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-16 12:43 [Caml-list] exception messages pbs Pixel
2001-10-24 14:37 ` Xavier Leroy

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).