User forums > Help
breakpoints do not work-tried usual solutions
yaelglo:
I dont know what debuggerI'm using. how can I check that?
as for the log, here it is:
--- Code: ---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
--- End code ---
oBFusCATed:
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:
--- Code: ---Debugger name and version: GNU gdb 6.7.50.20071127
--- End code ---
p.p.s.
Also this is the reason why breakpoints doesn't work
--- Code: ---Warning: C:/Users/׳™׳¢׳œ/Desktop/barilan/targ222: No such file or directory.
--- End code ---
Now go and re-read the notes section it explains everything you should do!
yaelglo:
oh ^-^' sorry, its the first time I'm looking at a log like that. I didnt know what to look for.
but, the special characters in the path are supposed to be hebrew characters. its the name of the computer user. I've been using codeblocks for over a year and it didnt give me any problems before now. the path was the same path and the debugger worked just fine. anyway, I cant create a path without the computer user's name in it. is there a way to make hebrew competible, or bypass that?
oBFusCATed:
It is not the computer name, but the username, so I guess you can change it to be all ASCII letters.
Also you can try to make a directory in c:\ directly, but I'm not sure about the permission, I'm a linux guy and can't help you here.
yaelglo:
well, I tried to put it in my D:\ directory and it works from there. I have no idea how that worked from the old path for a whole year, and why it stopped, but I managed to bypass.
thank you for the help!! :)
Navigation
[0] Message Index
[*] Previous page
Go to full version