You are not logged in.

1

Tuesday, January 16th 2007, 1:51pm

a problem with debugging when using Kdevelop

Hey.
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 knows how to get passed this problem? (or can say with confidence that it cannot be done...)

Thanks a lot,
Elez

stfs

Beginner

Posts: 3

Location: Iceland

Occupation: Software Engineer

  • Send private message

2

Monday, February 12th 2007, 1:00am

RE: a problem with debugging when using Kdevelop

You need to enable a "separate terminal for application IO" in the Debugger category in Project Options.