您的位置:首页 > 其它

code::blocks debug dll

2008-11-21 08:50 155 查看
code::blocks how to debug dll in code::blocks (mingw)
exe 可以是VC,dephi, bcb等其它工程生成的。只需要把下的设置正确即可了
                    host application (关键是正确设置这里的EXE 如:bin/debug/preview-test.exe  前面的相对路径必须加上) 
                    execution working dir(这里就不用修改了 默认为  '.'  点)
解决问题的经历:debugger's log 里面的  (settings  ---->  compiler and debuger...   --->  debuger setting  ---> display debuger's log )Command-line: C:/Program Files/CodeBlocks/MinGW/bin/gdb.exe -nx -fullname  -quiet -args bin/debug/preview-test.exeWorking dir : D:/worksapce/dvd-preview/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: