Browse thread
[Caml-list] How useful do you find the OCaml debugger?
[
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: | _JusSx_ <jussx0@y...> |
| Subject: | Re: [Caml-list] How useful do you find the OCaml debugger? |
On Tue, Feb 03, 2004 at 11:31:33PM -0500, donna+spam@cs.cmu.edu wrote: > Hello, > > My advisor and I were having a dicussion about the utility of debuggers for > functional langugages. He was of the opinion that they are not very useful > at all (for a functional language), and wondered if anyone even uses, for > instance, the OCaml debugger. Based on google-ing I have done, it looks like > it *is* used, but it's hard to get a good impression from just a web crawl. > So: > > - Do you personally find the OCaml debugger useful? > > - Is there any sort of general opinion in the OCaml community about the > debugger? > > Thanks! > > - Donna > > [This is a re-post, since I wasn't sure it worked the first time. My > apologies if you've seen this already.] I fiund thant debugging single function in the toplevel is more usefull than using ocaml debugger. Bye