caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Christophe Raffalli <Christophe.Raffalli@univ-savoie.fr>
To: ohl@hep.tu-darmstadt.de, caml-list@inria.fr
Subject: Re: [Caml-list] debugger backtracking/checkpoints
Date: Thu, 08 Nov 2001 19:04:32 +0100	[thread overview]
Message-ID: <3BEAC930.E0BD9702@univ-savoie.fr> (raw)
In-Reply-To: <15338.41290.974934.699214@heplix4.ikp.physik.tu-darmstadt.de>


Backtracking is a must but ...

There is a real problem with the backtracking:

If you for instance use the "format" pretty printing library, your program
generaly stops while it was doing some printing which happends to be the wrong
answer. And when you step back you have to do it sometimes a thousand times,
because just before the program stopped you were inside the format library
code.

In fact you should be able to have a next-back insteed of a step-back and see
in which funtion you will enter if you step back to be able to choose between
the two.

Without such a feature, for my particular program I find stepping back almost
unusable.

Is it too difficult to add such a feature ?

-- 
Christophe Raffalli
Université de Savoie
Batiment Le Chablais, bureau 21
73376 Le Bourget-du-Lac Cedex

tél: (33) 4 79 75 81 03
fax: (33) 4 79 75 87 42
mail: Christophe.Raffalli@univ-savoie.fr
www: http://www.lama.univ-savoie.fr/~RAFFALLI
-------------------
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


  reply	other threads:[~2001-11-09  8:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-07 19:19 [Caml-list] Re: Debuggers (was Jihad) Krishnaswami, Neel
2001-11-07 19:51 ` [Caml-list] Re: Debuggers Eric Newhuis
2001-11-07 20:12 ` [Caml-list] debugger backtracking/checkpoints Chris Hecker
2001-11-07 20:29   ` Pixel
2001-11-08 15:14   ` Thorsten Ohl
2001-11-08 18:04     ` Christophe Raffalli [this message]
2001-11-09  9:51       ` Jerome Vouillon
2001-11-10 13:39   ` Mattias Waldau
2001-11-10 14:41     ` Dmitry Bely
2001-11-12 18:37     ` Chris Hecker

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=3BEAC930.E0BD9702@univ-savoie.fr \
    --to=christophe.raffalli@univ-savoie.fr \
    --cc=caml-list@inria.fr \
    --cc=ohl@hep.tu-darmstadt.de \
    /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).