本文是个人翻译记录~并不是技术分享~有想看中文文档的,可以阅览一下~About Debugging with Xcode关于Xcode调节器寻找和消除代码中的问题是开发过程中的一个关键部分。Xcode调试器预置的通用调试有用的功能,你的应用程序启动时自动运行。调试器可以帮助您:1.确定和定位问题2....
分类:
移动开发 时间:
2015-09-08 15:23:06
阅读次数:
365
关于竞争冒险:1.use +race utility to locate race condition code ****2.use $vcdplusdeltacycleon to locate race condition code(不常用)3.use vcddiff & vcat t locat...
分类:
其他好文 时间:
2015-09-04 15:45:39
阅读次数:
155
要求: 1.describe three methods of debugging verilog code using vcs 2.invoke ucli debugger(不重要) 3.debug verilog design using ucli(不重要)debugging方式: 1....
分类:
其他好文 时间:
2015-09-03 19:09:59
阅读次数:
197
Delphi:procedure SetKeystrokeDebugging(Debugging: Boolean);var Dialog: IOTAKeyboardDiagnosticsbegin if Supports(BorlandIDEServices, IOTAKeyboardDiag.....
分类:
其他好文 时间:
2015-09-01 18:28:59
阅读次数:
150
http://blogs.msdn.com/b/visualstudio/archive/2010/07/06/debugging-msbuild-script-with-visual-studio.aspxHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\...
分类:
其他好文 时间:
2015-09-01 13:59:42
阅读次数:
125
前期准备: 关于什么是Hierarchy Viewer,请查看官方文档:http://developer.android.com/tools/debugging/debugging-ui.html。个人理解:Hierarchy Viewer能获得当前手机实时的UI信息,给界面设计人员和自动化测...
分类:
移动开发 时间:
2015-09-01 11:01:28
阅读次数:
352
《软件调试的艺术》学习笔记——GDB使用技巧摘要《软件调试的艺术》,因为名是The Art of Debugging with GDB, DDD, and Eclipse. 作者是美国的Norman Matloff和Peter Jay Salzman,中文版由张云翻译。是人邮出版社图灵程序设计丛书初...
分类:
数据库 时间:
2015-08-31 11:39:59
阅读次数:
278
http://blogs.technet.com/b/serverandtools/http://blogs.msdn.com/b/visualstudio/archive/2015/07/23/visual-studio-2015-diagnostics-investments.aspxhttp:...
分类:
其他好文 时间:
2015-08-31 01:06:29
阅读次数:
149
移动端Web开发调试之Chrome远程调试(Remote Debugging)http://blog.csdn.net/freshlover/article/details/42528643移动端Web开发调试之Weinre调试教程http://blog.csdn.net/freshlover/ar...
分类:
移动开发 时间:
2015-08-28 14:56:37
阅读次数:
137
nc:全称netcat,可以打开tcp连接,发送udp数据包,监听任意tcp和udp的端口,实现端口扫描和同时处理IPv4和IPv6。1.参数-4使用IPv4地址。-6使用IPV6地址..-D开启debugging在socket.-d不尝试从stdin读取数据.-h查看帮助信息-i指定文本行发送和接收的延时时间.也可以制造连接到多..
分类:
其他好文 时间:
2015-08-28 13:38:04
阅读次数:
216