Debug hangs...program runs fine
Debug hangs...program runs fine
- Subject: Debug hangs...program runs fine
- From: Michael <email@hidden>
- Date: Sun, 18 Jun 2006 16:55:11 -0700
I am learning C...I know...please do not give me a hard time. :-)
When I debug my program, it hangs on this line:
>>
if (!isdigit(c) && c != '.' ) /** not a number **/
return c;
<<
yet when I run the app, there is no problem. (The code gets a
character from the standard input)
(I have typed in the same input for both running app and decoding)
Can anyone suggest a reason why this is happening.
Using X-code 2.3 on Tiger 10.4.6
_______________________________________________
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