You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

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