Just in case anyone cares, I have taken a stab at the bindings.
I realize that this is a fairly subjective thing because of personal
preferences
and more importantly, what key bindings are actually available to you.
Here's what I do in my .emacs:

(global-set-key "\C-ci" 'jde-bug-step-into)
(global-set-key "\C-cn" 'jde-bug-step-over)
(global-set-key "\C-co" 'jde-bug-step-out)
(global-set-key "\C-cc" 'jde-bug-continue)
(global-set-key "\C-cdl" 'jde-bug-display-local-variables)
(global-set-key "\C-cda" 'jde-bug-display-array)
(global-set-key "\C-cdo" 'jde-bug-display-object)
(global-set-key "\C-cdv" 'jde-bug-display-variable)
(global-set-key "\C-cds" 'jde-bug-display-string)
(global-set-key "\C-cdt" 'jde-bug-show-threads)
(global-set-key "\C-cdc" 'jde-bug-display-loaded-classes)
(global-set-key [f5] 'jde-bug-set-breakpoint)
(global-set-key [f6] 'jde-bug-clear-breakpoint)

Actually, on the F5 and F5, it would be nice if I could use, say F5 to
toggle on and
off. IOW, if there were no breakpoint, one would be set, if there were a
breakpoint,
it would be cleared.



Paul Kinnucan wrote:

> At 05:27 PM 1/5/00 -0600, Rich Johns wrote:
> >Are there predefined key bindings for the JDEBUG menu items,
> >or do we need to map our own keys?
> >
>
> I plan to provide customizable keybinding in an upcoming release.
>
> - Paul
begin:vcard 
n:Johns;Rich
x-mozilla-html:TRUE
org:Trajecta
version:2.1
email;internet:[EMAIL PROTECTED]
title:Software Designer
note:[EMAIL PROTECTED]
x-mozilla-cpt:;0
fn:Rich Johns
end:vcard

Reply via email to