all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.