Re: Debuging PlugIn???
Re: Debuging PlugIn???
- Subject: Re: Debuging PlugIn???
- From: Stefan Werner <email@hidden>
- Date: Sat, 13 Aug 2005 16:55:40 +0200
MCstring matrixelement;
char *convimage;
int convmatrix[3][3];
int width,height, bytesperline, scale,i,j;
char keybuffer[8];
Bool success = True; //A
width = atoi(args[1]); //B
height = atoi(args[2]); //C
scale = atoi(args[3]); //D
I hit the break point at the top of the function, I then use "Step
Over" to step down to the line marked B above. However, when I step
from B to C, the cursor jumps back to A. In I step again it moves to
B and then to C and then back to A again!!!!!
Make sure that your plugin is built with all debug symbols and
without any optimizations.
-Stefan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden