cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
why "(lldb)" appears, and i have to ente
why "(lldb)" appears, and i have to enter "next" to continue
Nov 4, 2014 at 6:25pm UTC
semkius
(16)
solved
Last edited on
Nov 4, 2014 at 6:34pm UTC
Nov 4, 2014 at 6:28pm UTC
MikeyBoy
(5631)
According to Google, LLDB is a debugger. So, presumably, you're running your program in that debugger.
Nov 4, 2014 at 6:30pm UTC
semkius
(16)
it was working perfect, till i moved
cout << fixed << setprecision(3) <<
"A REIKSMIU SUMA= "
<< sum << endl;
from 38 to 36 o_O and it changed. how to chose debugger in Xcode?
Topic archived. No new replies allowed.