PDA

View Full Version : Does Debug only work with PPC?


Donone
01-29-2007, 02:51 PM
I have put breakpoints in demo... components.ppl and running for Intel, I have attempted to step through but the code simply runs.

zehlein
01-29-2007, 02:53 PM
Yes don't RUN the program (ctrl+F7), rather use DEBUG (F5) that should halt on your breakpoints.

Donone
01-29-2007, 03:20 PM
Thanks for the reply zehlein, what I did was use Debug on the Run menu and that is what happened.
However I am confused because the project or program I am running is in the main PIDE window but another project is listed in Project Manager and it appears?? that it is that one that is running. I didn't consciously put it there and seem unable to get rid of it. I can't see how this works and I have read Help.

zehlein
01-29-2007, 03:24 PM
And what happens if you close the project?

Donone
01-29-2007, 03:37 PM
Oh why is everything so obvious when pointed out. I see it now, but wasn't actually aware the project was OPEN still.
I originally closed the files in one project and then File->opened the files of another. I presume now that closing the files does not in fact close the project as I thought, and what I now presume is that I added the second files to the first project.
If I am correct please don't waste your time answering and thanks.

zehlein
01-29-2007, 03:48 PM
Well, if it works fine now I guess you are correct. ;-)