启动, 附加进程, 执行和退出(Starting, Attaching, Executing and Exiting)=======================Start -> All Programs -> Debugging Tools for Windows -> WinDBG启动F6at...
分类:
数据库 时间:
2014-10-21 16:55:42
阅读次数:
324
1、 设置断点逐步调试。通过Watch、Call Stack窗口查看调试信息。2、 添加调试代码。#ifdef _DEBUG //Code for debugging Purposes#endif //_DEBUG3、 使用宏。ASSERT宏VERIFY宏TRACE宏4、 检查内存泄露。非M...
分类:
其他好文 时间:
2014-10-18 00:38:18
阅读次数:
253
VS2008在release下设置断点调试 设置VS2008的方法步骤。1、 将程序编译模式配置选择为Release。2、 开启Release模式下生成调试信息。项目属性——>Linker——>Debugging——>Generate Debug Info选择为YES3、 选择调试信息...
分类:
其他好文 时间:
2014-10-17 21:49:17
阅读次数:
981
Source:http://ho.ax/posts/2012/02/debugging-the-mac-os-x-kernel-with-vmware-and-gdb/Source:http://ho.ax/posts/2012/02/vmware-hardware-debugging/Edit 1...
分类:
数据库 时间:
2014-10-17 15:06:53
阅读次数:
456
Mobile Testing Mobile: Emulators, Simulators And Remote Debugging iOS 8 and iPhone 6 for Web Developers and Designers Web HTTP vs HTTPS performance co...
分类:
其他好文 时间:
2014-09-30 18:48:49
阅读次数:
162
my work environment:
aliyun Ubuntu 14.04 64位
first phase:apt-get update (it is very important,otherwise will cause 404 error)
second phase:installation referenced by other website informatio...
分类:
其他好文 时间:
2014-09-29 19:36:41
阅读次数:
287
尝试了好多方法,刚开始想用bluestacks调试手机页面,不过在打开chrome的时候,会黑屏,什么也看不了。最后又是更新android系统,又是卸掉bluestacks重新安装,怎么都不行。最后没办法弃用bluestacks,改用Genymotion。这样就可以在pc上模拟真机环境调试移动端样式...
分类:
移动开发 时间:
2014-09-23 02:50:03
阅读次数:
410
LivePoolFiddler Like cross platform debugging proxy for web developers base on NodeJSLivePool 是一个基于 NodeJS,类似 Fiddler 支持抓包和本地替换的 Web 开发调试工具,是 Tencent ...
分类:
其他好文 时间:
2014-09-21 13:26:30
阅读次数:
541
Winpdb is a platform independent graphical GPL Python debugger with support for remote debugging over a network, multiple threads, namespace modificat...
分类:
数据库 时间:
2014-09-17 18:36:24
阅读次数:
339