Does it work for C++ ?
nethacker91 4 months ago
@nethacker91 Yes.
romanzeyde 4 months ago
will you decipher the ...::: OnyxCode :::...
OnyxCode 11 months ago
i cant compile my code...help me...
HeartboyZ1990p 11 months ago
my debugger doesnt work and its driving me crazy!!!
guenofue 11 months ago
@guenofue Did you create a project? It is necessary for debugging...
romanzeyde 11 months ago
@romanzeyde yes yes, investigating i found out that it doesnt work for 64bit windows only for 32, so thanks!
im using visual studio , so no big problem
guenofue 10 months ago
which font are you using.
budabudimir3 1 year ago
@budabudimir3
I am using "Consolas".
romanzeyde 1 year ago
very useful... thanks!
peeeanuts 1 year ago
Great tutorial... you taught me in a few seconds what i've spent hours trying to learn...!! :)
ChopofSlap 1 year ago
thank you
javad1989 1 year ago
When I press F8 the console window reads
"Warning: GDB: Failed to set controlling terminal: Operation not permitted
Error opening terminal: unknown"
before exiting. What could cause this?
n14e5o15 2 years ago
The debugger lets you place a breakpoint in your source code, and run the code (using "step-by-step" method to see the program actions take place.
This screen cast explain only the basic usage of Code::Blocks debugger, to demonstrate how to find out your variables' current values.
romanzeyde 2 years ago
Does it work for C++ ?
nethacker91 4 months ago
@nethacker91 Yes.
romanzeyde 4 months ago
will you decipher the ...::: OnyxCode :::...
OnyxCode 11 months ago
i cant compile my code...help me...
HeartboyZ1990p 11 months ago
my debugger doesnt work and its driving me crazy!!!
guenofue 11 months ago
@guenofue Did you create a project? It is necessary for debugging...
romanzeyde 11 months ago
@romanzeyde yes yes, investigating i found out that it doesnt work for 64bit windows only for 32, so thanks!
im using visual studio , so no big problem
guenofue 10 months ago
which font are you using.
budabudimir3 1 year ago
@budabudimir3
I am using "Consolas".
romanzeyde 1 year ago
very useful... thanks!
peeeanuts 1 year ago
Great tutorial... you taught me in a few seconds what i've spent hours trying to learn...!! :)
ChopofSlap 1 year ago
thank you
javad1989 1 year ago
When I press F8 the console window reads
"Warning: GDB: Failed to set controlling terminal: Operation not permitted
Error opening terminal: unknown"
before exiting. What could cause this?
n14e5o15 2 years ago
The debugger lets you place a breakpoint in your source code, and run the code (using "step-by-step" method to see the program actions take place.
This screen cast explain only the basic usage of Code::Blocks debugger, to demonstrate how to find out your variables' current values.
romanzeyde 2 years ago