Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8405769
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T22:54:59+00:00 2026-06-09T22:54:59+00:00

I just can’t figure.. I’ve seem people debugging by NSLog… isn’t there a IDE

  • 0

I just can’t figure.. I’ve seem people debugging by NSLog… isn’t there a IDE integrated way to check this out? like watchlist

this code is returning false, and I just want to see what is going on there..

if(sqlite3_step(selectstmt) == SQLITE_DONE)

thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T22:55:01+00:00Added an answer on June 9, 2026 at 10:55 pm

    It’s not done, that’s the problem. It either encountered an error or has more rows. If you want to trace it in the debugger, you need something to actually watch. For example:

    int result = SQLITE_DONE;
    if( (result = sqlite3_step(select stmt)) == SQLITE_DONE ) /* do stuff */
    

    Now you can actually break here, or watch the result variable (although, given its automatic scope, watching it wouldn’t be extremely useful). Also, with any debugger, the more your code is compacted onto a single line, the harder it is for the debugger to reasonably let you know what’s going on. If you had broken out your code more, it’d be obvious where to stop the debugger:

    int result = sqlite_step(selectstmt);
    if( result == SQLITE_DONE ) /* do stuff */ // <- now it's easy to see what's going on in a debugger
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just can't figure out where Spotify stores the apps on linux. There is
I just can't find the option anywhere. Is there some way in eclipse to
I just can't seem to figure out how to make efficient and clean looking
I just can't figure out why there is extra grey space on the right
I just can't seem to figure this one out... As far as I know,
Just can't seem to figure this out, how to prevent the outer loop continuing
I just can't find a satisfying way to handle the Browser's History. Sure there
I just can't seem to figure this out even after fiddling with the float
I just can't seem to figure out why my code is not working at
I just can't figure a way to achieve this. I basically want to get

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.