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.
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!!!
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).
I think there is an option in KDevelop to force an additional console
Yes, there is. Use menu->project->project options->debugger
--
Antonio