At 09:40 AM 8/24/99 -0500, you wrote:
>Paul,
>
>I apologized for bugging you about my errors.  I must of made two many
>changes and got something confused.  Upon restarting Emacs, the debugger
>seems to startup fine now.  Although I don't get any highlighted menu items
>to step through the code.  I am using beta 7.
>

Did you set a breakpoint in your application before running it in the debugger?

Please send me a copy of your JDEBug buffer and Process buffer when
reporting problems so I can have an idea of what's going on.

Note that when you launch the process from the JDE menu, the Debug App
command starts the debugger, if necessary, applies any breakpoints, and
runs the app. If not breakpoints are set, the app will simply run. To step,
you first have to hit a breakpoint. Another way to debug your app is to
start the debugger from the JDEBug Process menu and then launch the
application using the Launch Process menu item. This causes the debugger to
load the app and suspend it. You can then set breakpoints and continue.

- Paul

Reply via email to