unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* perldb continue and x @foo
@ 2006-06-14 15:57 avilella
  0 siblings, 0 replies; only message in thread
From: avilella @ 2006-06-14 15:57 UTC (permalink / raw)


Hi all,

I am using perldb under Emacs, and for a long time I have wondered if
there is a way to do trigger more than one statement at the same line.

For example:

Let's say I have a breakpoint at a place in my code, and at some point
I want to do a:

DB<2> c

and after that I want to print the contents of something, like:

DB<2> x @foo

and I want to do this all over again, and again.

Is there a way to do that in one line?

Something like:

DB<2> c ; x @foo

At some point, then I will be able to do something like:

DB<2> c ; x @foo; c ; x @foo2; c x @foo3 ; c; x @foo4; n; x @bar; n; n;
x @bar2

or anything more complicated...

I'm sure there is a Emacs/Perl guru out there that knows how to do
that, in a way or another.

Thanks in advance,

Bests,

    Albert.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-06-14 15:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-14 15:57 perldb continue and x @foo avilella

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 read-only IMAP folder(s) and NNTP newsgroup(s).