Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Compiler plugin advanced options: full pathes for source files(GDB workaround)
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Compiler plugin advanced options: full pathes for source files(GDB workaround) (Read 3469 times)
ollydbg
Developer
Lives here!
Posts: 6079
OpenCV and Robotics
Compiler plugin advanced options: full pathes for source files(GDB workaround)
«
on:
April 09, 2012, 05:31:28 am »
I just disabled this option, and I re-build c::b. I can debug it correctly under GDB(cvs). Maybe, newer gdb don't need such options.
Only tested under WinXP, PCX's GCC 4.6.4, GDB 7.4 (cvs).
«
Last Edit: April 10, 2012, 03:25:38 am by ollydbg
»
Logged
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.
ollydbg
Developer
Lives here!
Posts: 6079
OpenCV and Robotics
Re: Compiler plugin advanced options: full pathes for source files(GDB workaround)
«
Reply #1 on:
April 10, 2012, 03:27:16 am »
I just find that GDB 6.8 (mingw) does not work well on this case. This means if you use GDB 6.8, you should
enable
this option.
Logged
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Compiler plugin advanced options: full pathes for source files(GDB workaround)