Re: Debug problems
Re: Debug problems
- Subject: Re: Debug problems
- From: Brock Brandenberg <email@hidden>
- Date: Mon, 13 May 2002 10:42:42 -0500
Hi Quentin.
Many times, when I try to debug it's impossible because the debugger
jumps from one line to another farther without reasons. For example with
the code below, the debugger stops at the first line (there is a
breakpoint), and then when I click "Step over" or "Step into" jumps at
[NSThread exit] (but this line doesn't seem to be executed)...
This seems to be some sort of indexing problem with PB. Usually, you can
stop the debugger, close the source file having the problem with
Shift-Command-W, then start the debugger again and things will be ok.
The worst case is that you will need to re-index the project. Simply
select the project at the top of the files tab, open the info panel,
rebuild the index, and debug again.
The PB team should be able to shed more light on the real source of the
problem, but it still exists under PB 2.0b.
Brock Brandenberg
----- industrial design @ bergdesign.com ------
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.