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
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
Comment