I dont know what debuggerI'm using. how can I check that?
as for the log, here it is:
Building to ensure sources are up-to-date
Build succeeded
Selecting target:
Debug
Adding source dir: C:\Users\יעל\Desktop\barilan\targ222\
Adding source dir: C:\Users\יעל\Desktop\barilan\targ222\
Adding file: bin\Debug\targ222.exe
Starting debugger:
done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Debugger name and version: GNU gdb 6.7.50.20071127
Warning: C:/Users/׳™׳¢׳/Desktop/barilan/targ222: No such file or directory.
Child process PID: 5940
Program exited normally.
Debugger finished with status 0
No, this is the standard log. I was talking about the debugger's debug log. It is not enabled by default and I've given you a hint how to enable it.
To check the debugger you go to you compiler -> toolchain executable and then look what is the value of the debugger field.
p.s.
Are you reading the logs you're posing?
I guess not, because this one clearly states the debugger and it's version:
Debugger name and version: GNU gdb 6.7.50.20071127
p.p.s.
Also this is the reason why breakpoints doesn't work
Warning: C:/Users/׳™׳¢׳œ/Desktop/barilan/targ222: No such file or directory.
Now go and re-read the notes section it explains everything you should do!