Hello,
I took Paul's advice of customizing jde-bug-key-bindings to setup my
functions keys for stepping in JDEbug. Previously they were set using
global-set-keys. Unfortunately, I must be specifying the function keys
incorrectly. If I do a C-h k F6, for example, I get:
f6 is undefined
Here is the definition from my .emacs:
'(jde-bug-key-bindings (quote (("[F6]" . jde-bug-step-over) ("[F7]" .
jde-bug-step-into) ("[F8]" . jde-bug-step-into-all) ("[F9]" .
jde-bug-step-out) ("[? ? ?]" . jde-bug-continue) ("[? ? ?]" .
jde-bug-toggle-breakpoint))))
Can someone help me with the correct definition of these keys in customize.
Thanks.
Jeff