Re: Debugging a WO app
Re: Debugging a WO app
- Subject: Re: Debugging a WO app
- From: Art Isbell <email@hidden>
- Date: Tue, 12 Aug 2003 09:46:01 -1000
On Monday, August 11, 2003, at 12:52 PM, Ray Ackland wrote:
I'm sure I have read it somewhere, but can't find it now. Can someone
tell me how to debug a WO app? I am aware of NSLog, but isn't there a
way of stepping through the code in Project Builder?
Just hitting the build & debug button doesn't seem to achieve this.
See the "Debugging Applications" section of _Project Builder for Java_
(http://developer.apple.com/documentation/Java/Conceptual/
Project_Builder_for_Java/DebuggingApplications/
chapter_7_section_1.html).
You must set a breakpoint to stop execution before you can
single-step. A breakpoint is set by merely clicking in the column at
the left edge of the source code editor.
If execution doesn't stop at breakpoints, see the Apple Knowledge Base
article "WebObjects 5.2: Project Builder 2.1 Debugger Breakpoints
Ignored" (http://docs.info.apple.com/article.html?artnum=75479).
Aloha,
Art
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.