Announcement

Collapse
No announcement yet.

a problem with debugging when using Kdevelop

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    a problem with debugging when using Kdevelop

    Hey all.
    I've been having problems doing debugging for code I write when using Kdevelop.

    If my code uses cin>>variable or some other form of request for input from the keyboard, and I try to debug, the run would stop and wait for input from the keyboard.
    I don't know how to give it the input because it's not like it opens in a console or something. It opens in "application" in kdevelop.

    Anyone know how to get passed this problem?

    Thanks,
    Elez

    #2
    Re: a problem with debugging when using Kdevelop

    Originally posted by Elez
    Hey all.
    I've been having problems doing debugging for code I write when using Kdevelop.

    If my code uses cin<<variable or some other form of request for input from the keyboard, and I try to debug, the run would stop and wait for input from the keyboard.
    I don't know how to give it the input because it's not like it opens in a console or something. It opens in "application" in kdevelop.

    Anyone know how to get passed this problem?
    I'm not an expert, but shouldn't it be 'cin>>variable'?

    Comment


      #3
      Re: a problem with debugging when using Kdevelop

      Originally posted by kubicle
      I'm not an expert, but shouldn't it be 'cin>>variable'?
      hehe.
      You're right. I just made a mistake HERE, not in my code.
      The question is still valid and I'd appreciate anybody's help on the matter.

      Thank,
      Elez

      Comment

      Working...
      X