11 2017 档案

摘要:熟悉Linux的开发人员都知道,在Linux下开发程序,如果程序崩溃了,可以通过配置Core Dump,来让程序崩溃的瞬间产生一个Dump文件,然后通过dump文件来调试程序为什么崩溃。但是windows下就比较麻烦。 windows下配置用户态程序的Dump非常麻烦, https://msdn.m 阅读全文
posted @ 2017-11-16 09:03 foo__hack 阅读(1468) 评论(0) 推荐(0)
摘要:This is a short memo about installing iconv on Windows host (specifically: Windows 7 SP1 x64). Iconv is a handy Unix/Linux tool that is used for conve 阅读全文
posted @ 2017-11-07 09:38 foo__hack 阅读(461) 评论(0) 推荐(0)
摘要:C/C++ [ms-vscode.cpptolls] 智能推导,调试和代码浏览 C/C++ Clang Command Adapter [mitaki28.vscode-clang] 使用Clang的命令来分析C/C++/Object-C的代码诊断,还有代码补全。 C/C++ Snippets [h 阅读全文
posted @ 2017-11-02 16:52 foo__hack 阅读(54097) 评论(0) 推荐(3)