• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Debuging PlugIn???
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Debuging PlugIn???


  • Subject: Debuging PlugIn???
  • From: David Burgun <email@hidden>
  • Date: Sat, 13 Aug 2005 15:12:08 +0100

Hi,

I finally managed to get the Debugger to stop at a breakpoint in my PlugIn! Great! But it seems to be acting strangely, for instance in the following code snippet:.

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!!!!!

Also I am getting a GDB: Program received signal "EXC_BAD_ACCESS" after my function returns. Which seems weird because this this plugin works just fine! 

All the Best
Dave



 _______________________________________________
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

References: 
 >Strange error in Run Script build phases (From: Pete Yandell <email@hidden>)
 >How to Debug PlugIn??? (From: David Burgun <email@hidden>)
 >Re: How to Debug PlugIn??? (From: Rosyna <email@hidden>)

  • Prev by Date: Re: How to Debug PlugIn???
  • Next by Date: Re: Debuging PlugIn???
  • Previous by thread: Re: How to Debug PlugIn???
  • Next by thread: Can a private framework have a version and compelled to launch according to OS version?
  • Index(es):
    • Date
    • Thread