User forums > Using Code::Blocks
How to use CodeBlocks's debuger environment to debug external program?
Jenna:
--- Quote from: zhengwc on April 14, 2011, 10:40:57 am ---Thank you!
Just like the value of build project/target is "$make -f $makefile $target" in tab make commands.what can I do?
--- End quote ---
$target will be replaced by the target name (in your case Debug), if that is not a valid target, you have two options: either remove it completely (the default target will be used instead) or if a special taregt should be used, either use it instead of $target or rename your target in the projects properties.
Navigation
[0] Message Index
[*] Previous page
Go to full version