码迷,mamicode.com
首页 >  
搜索关键字:debugging informatio    ( 564个结果
使用valgrind检查cache命中率
Valgrind为一个debugging 和 profiling的工具包,检查内存问题只是其最知名的一个用途。今天介绍一下,valgrind工具包中的cachegrind。关于cachegrind的具体介绍,请参见valgrind的在线文档http://www.valgrind.o...
分类:系统相关   时间:2015-10-01 21:53:40    阅读次数:319
Debugging Chromium on Windows
转自:https://www.chromium.org/developers/how-tos/debugging-on-windowsFor Developers? > ?How-Tos? > ?Debugging Chromium on Windows目录1Before you start1.1R...
分类:Windows程序   时间:2015-09-28 22:11:50    阅读次数:591
xamarin 断点 不命中
Async Debugging Breakpoints not being hitbreakpoint in Android library project not hit when disable fastdebug and linking sdk assemblies onlyhttps://b...
分类:其他好文   时间:2015-09-25 00:11:49    阅读次数:126
Configure Visual Studio 2013 for debugging .NET framework
In order to configure Visual Studio 2013 do the following in the Tools -> Options -> Debugging -> General menu:Disable just my codeDisable step over p...
分类:Web程序   时间:2015-09-23 10:23:57    阅读次数:163
delphi 2007 远程调试
Remote debugging lets you debug a RAD Studio application running on a remote computer. Once the remote debug server is running on the remote computer,...
分类:Windows程序   时间:2015-09-16 15:50:41    阅读次数:492
如何完成Nexus 9上电后激活过程
所述被激活,因为它是Nexus 9经过努力获得启动OTA最新更新包,而且因为Google关闭一堵墙。原因无法下载更新包。因为是第一次开机,它不能被设置usb debugging, 无法adb去杀死welcome流程。网上有人说新刷rom解决这个问题,没意思了,所以仅仅能考虑怎样乖乖的下载这个安装包。...
分类:其他好文   时间:2015-09-15 20:01:28    阅读次数:175
iOS随笔-Xcode使用-文档翻译
本文是个人翻译记录~并不是技术分享~有想看中文文档的,可以阅览一下~About Debugging with Xcode关于Xcode调节器寻找和消除代码中的问题是开发过程中的一个关键部分。Xcode调试器预置的通用调试有用的功能,你的应用程序启动时自动运行。调试器可以帮助您:1.确定和定位问题2....
分类:移动开发   时间:2015-09-08 15:23:06    阅读次数:365
第四讲:debugging simulation mismatches
关于竞争冒险: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
第二讲:vcs debugging basics
要求: 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
Supports BorlandIDEServices
Delphi:procedure SetKeystrokeDebugging(Debugging: Boolean);var Dialog: IOTAKeyboardDiagnosticsbegin if Supports(BorlandIDEServices, IOTAKeyboardDiag.....
分类:其他好文   时间:2015-09-01 18:28:59    阅读次数:150
564条   上一页 1 ... 34 35 36 37 38 ... 57 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!