Browse thread
Debugging C and OCaml
[
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: | 2010-03-01 (19:27) |
From: | Mark Shinwell <mark@t...> |
Subject: | Re: [Caml-list] Debugging C and OCaml |
On Mon, Mar 01, 2010 at 08:24:32PM +0100, rixed@happyleptic.org wrote: > -[ Mon, Mar 01, 2010 at 03:19:41PM +0000, Mark Shinwell ]---- > > That said, ocamlopt-compiled assembly code is fairly easy to > > read, and you should be able to get something resembling a backtrace using > > "where". > > What's "where" ? A gdb command. Mark