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
最近都在忙着研究Android的安全攻防技术,好长一段时间没有写博客了,准备回归老本行中--Read the funcking android source code。这两天在看NDK文档的时候,看到一句话“Native debugging ... does n...
分类:
移动开发 时间:
2015-08-27 15:37:03
阅读次数:
386
One of the basic needs of the embedded software development through the terminal to output debugging information, generally two ways to achieve:one is...
分类:
其他好文 时间:
2015-08-27 15:11:35
阅读次数:
313
Being able to display values for counters, sensors and other debugging information is an important part of software development for microcontrollers. ...
分类:
其他好文 时间:
2015-08-27 15:06:24
阅读次数:
354
"C:\Program Files\Debugging Tools for Windows (x86)\windbg.exe" -k com:pipe,port=\\.\pipe\com_1,baud=115200 ?-y E:\SourceCode\sys\objfre_wnet_x86\i386 -srcpath E:\SourceCode\sys 1. windbg.exe 快捷...
分类:
其他好文 时间:
2015-08-18 19:55:46
阅读次数:
159