Browse thread
RE: how to set breakpoint at exception throw?
- Don Syme
[
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: | Don Syme <dsyme@m...> |
| Subject: | RE: how to set breakpoint at exception throw? |
For what it's worth, some sort of indication of where execution was when a stack overflow happens would also be great. Cheers, Don -----Original Message----- From: Norman Ramsey [mailto:nr@eecs.harvard.edu] Sent: 03 July 2000 22:44 To: caml-list@inria.fr Subject: Re: how to set breakpoint at exception throw? Let me add my voice to the crowd: if the default behavior of a failing caml program were to produce a trace of uncaught exceptions, my life would be easier. It will be especially helpful when we start shipping buggy caml programs to unsuspecting users, who can't reasonably be asked to run the caml debugger... Norman