Try this in your .emacs:

(global-set-key [f6]                   'jde-bug-step-over)
(global-set-key [f7]                   'jde-bug-step-into)
(global-set-key [f8]                   'jde-bug-step-into-all)
(global-set-key [f9]                   'jde-bug-step-out)

Jeff

-----Original Message-----
From: Markus Torpvret [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 18, 2001 9:00 AM
To: [EMAIL PROTECTED]
Subject: JDEBug suggestion


Hi all,

I'm just trying out JDEBug and am somewhat put off by the complex stepping
commands (C-c C-Z C-whatever) and was wondering if it has been considered to
do something like what ediff does, to get a simpler command set for the
debugger.

As I am more of a user than an implementer, I don't really know if what I'm
suggesting is feasible, but it would be very nice to get one-key commands
for stepping and break point toggling...

Cheers,
Markus

Reply via email to