caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Daniel de Rauglaudre <daniel.de_rauglaudre@inria.fr>
To: caml-list@inria.fr
Subject: Re: [Caml-list] Possible Preprocessor and Debugger Interactions
Date: Wed, 9 Oct 2002 14:12:25 +0200	[thread overview]
Message-ID: <20021009141225.G1703@verdot.inria.fr> (raw)
In-Reply-To: <200210081735.11126.josh@neurovia.umn.edu>; from josh@neurovia.umn.edu on Tue, Oct 08, 2002 at 05:35:11PM -0500

Hi

On Tue, Oct 08, 2002 at 05:35:11PM -0500, Josh Stern wrote:

> For debugging purposes, one would ideally like to query the variable
> values using a syntax close to the original source file.

A system like Camlp4 could be installed indeed in the debugger (Camlp4
itself would not help since the grammar of the debugger is not the
grammar of OCaml).

For that, the debugger should call its parsing function through a
refeence. That reference could then be modified to specify another
parsing function. And the debugger should be able to load an object
(cmo) file which could modify that reference.

I don't know if somebody have thought of that or implemented something.
You may try to ask the ocaml team: perhaps somebody could implement it.

-- 
Daniel de RAUGLAUDRE
daniel.de_rauglaudre@inria.fr
http://cristal.inria.fr/~ddr/
-------------------
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


      reply	other threads:[~2002-10-09 12:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-08 22:35 Josh Stern
2002-10-09 12:12 ` Daniel de Rauglaudre [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021009141225.G1703@verdot.inria.fr \
    --to=daniel.de_rauglaudre@inria.fr \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).