https://github.com/dotnet/coreclr/blob/master/Documentation/building/debugging-instructions.md https://github.com/dotnet/coreclr/blob/master/Documenta ...
分类:
其他好文 时间:
2016-05-13 13:54:01
阅读次数:
129
发现gdb在Linux上挺好用的,但是在solaris上却不能用,在Solaris上要用dbx。下面就来学习一下如何用dbx.
http://docs.oracle.com/cd/E19422-01/819-3683/getting_started.html#pgfId-26812
dbx
http://stackoverflow.com/questions/114236/solar...
分类:
数据库 时间:
2016-05-12 17:53:42
阅读次数:
256
一、开发内容介绍 为了对一个进程进行调试,你首先必须用一些方法把调试器和进程连接起来。所以, 我们的调试器要不然就是装载一个可执行程序然后运行它, 要不然就是动态的附加到一个运行的进程。Windows 的调试接口(Windows debugging API)提供了一个非常简单的方法完成这两点。 运行 ...
分类:
编程语言 时间:
2016-05-11 23:19:16
阅读次数:
438
修改如下: Tools(工具) ->Options(选项) -> Debugging(调试) -> General -> Uncheck this option "Suppress JIT optimization on module load" 即工具→选项→调试→常规→在模块加载时取消JIT优化 ...
分类:
Windows程序 时间:
2016-05-10 14:12:47
阅读次数:
1054
Windbg的设置 Windbg的设置 Windbg本身可以直接从微软的网站上下载下载地址:http://www.microsoft.com/whdc/devtools/debugging/default.mspxWindbg的设置其实主要是关于调试符号的设置,没有符号你会很不爽,会忽视掉许多细节, ...
分类:
数据库 时间:
2016-05-07 14:51:48
阅读次数:
318
原文:http://developer.android.com/tools/debugging/ddms.html#how-ddms-works Android提供了一个debug工具叫做:DDMS,它提供了端口转发服务,设备截屏,设备线程和堆信息,日志,进程,模拟接打电话,模拟收发短信,模拟位置数 ...
分类:
移动开发 时间:
2016-05-03 22:04:41
阅读次数:
349
具体可见http://developer.android.com/tools/debugging/ddms.html。 DDMS为IDE和emultor、真正的android设备架起来了一座桥梁。开发人员可以通过DDMS看到目标机器上运行的进程/现成状态,可以 android的屏幕到开发机上,可以看 ...
分类:
移动开发 时间:
2016-05-03 17:41:03
阅读次数:
244
I read this book in the weekend, and decided to put the book on my nightstand. It's a short and funny book, clear insight and good stories, strongly r ...
分类:
其他好文 时间:
2016-05-01 23:13:34
阅读次数:
458
10、“If debugging is the process of removing software bugs, then programming must be the process of putting them in.” —— E.W. Dijkstra 如果调试程序是移除 bug 的过 ...
分类:
其他好文 时间:
2016-04-28 09:21:07
阅读次数:
191
一、使用Display视图实时计算变量结果(带智能提示) windows-->show view-->displayhttp://stackoverflow.com/questions/871403/in-eclipse-while-debugging-how-do-i-access-the-int... ...
分类:
系统相关 时间:
2016-04-27 09:33:34
阅读次数:
206