You are not logged in.

1

Tuesday, March 8th 2005, 1:37pm

about Kdevelop of debug

If program have enter
How debug?
example:
(int i;
cout<<"Please enter number :";
cin>>i;)
I debug "cout<<"Please enter number :"; Debug is not go on.
thank you!!!

wysota

Trainee

Posts: 65

Location: Warsaw, POLAND

  • Send private message

2

Tuesday, March 8th 2005, 2:52pm

RE: about Kdevelop of debug

You have to enter a number at the console attached to your program (I think there is an option in KDevelop to force an additional console).
Live and let live - use the search engine.
"Use the docs Luke, use the docs!"

Posts: 15

Location: Padova, Italy

Occupation: Student

  • Send private message

3

Tuesday, March 8th 2005, 9:52pm

Quoted

I think there is an option in KDevelop to force an additional console

Yes, there is. Use menu->project->project options->debugger
--
Antonio