码迷,mamicode.com
首页 >  
搜索关键字:debugging informatio    ( 564个结果
如何在Visual Studio和CodeBlocks中反编译C++代码
在Visual Studio中第一步:打断点第二步:Debug->Star Debugging 或直接按”F5“第三步:Debug->Windows->Disassembly,如下图第四步:汇编代码已经出来了……在CodeBlocks中第一步:打断点第二步:Debug->Start/Continue,或者按”F8“第三步:Debug->Debug windows->Disassembly第四步,汇编...
分类:编程语言   时间:2015-05-30 18:21:41    阅读次数:155
《软件调试的艺术The Art of Debugging with GDB,DDD,and Eclipse》
#第1章**使用TUI模式的GDB**指定-tui或者CTRL+X+A#第2章 停下来环顾程序#**断点**通知GDB暂停程序的执行**监视点**通知GDB当特定内存位置(或者涉及一个或多个位置的表达式)的值发生变化时暂停执行。**捕获点**通知GDB当特定事件发生时暂停执行。###2.4.1在GD...
分类:数据库   时间:2015-05-28 00:21:12    阅读次数:988
Use Wireshark to capture loopback traffic without a loopback adapter (转)
UseWiresharktocaptureloopbacktrafficwithoutaloopbackadapter If you’ve ever usedWiresharkfor debugging applications you may have noticed that it only ....
分类:其他好文   时间:2015-05-27 15:26:57    阅读次数:365
Linux常用命令大全
Linux常用命令大全 查看服务器的序列号使用root用户输入命令 [root@sky ~]# dmidecode -t 1# dmidecode 2.11SMBIOS 2.7 present. Handle 0x0100, DMI type 1, 27 bytesSystem Informatio...
分类:系统相关   时间:2015-05-26 20:50:25    阅读次数:265
autolayout学习笔记_2
一个在控制面板获取autolayout的_autolayoutTrace的小技巧 add the debugging code to ViewController.m:@interface UIWindow (AutoLayoutDebug) + (UIWindow *)keyWindow; - (NSString *)_autolayoutTrace; @endAnd:- (void)view...
分类:其他好文   时间:2015-05-25 18:48:48    阅读次数:159
seven-things-you-should-known-about-ie-8
We’ve been using IE 8 for just over two weeks and wanted to run through some of the significant differences that will affect anyone involved in web development, debugging or performance tuning. #1 ...
分类:其他好文   时间:2015-05-21 10:49:28    阅读次数:306
linux 下配置文件目录/etc/sysconfig
/etc/sysconfig/目录详解2010-06-19 11:126693人阅读评论(1)收藏举报桌面环境debugging防火墙serviceunix语言/etc/sysconfig/目录包括了在红帽企业LINUX下各种系统配置文件,以下是在/etc/sysconfig/目录下的文件列表如图:...
分类:系统相关   时间:2015-05-20 13:02:58    阅读次数:207
vs2005_the breakpoint will not currently be hit. The source code is different from the original verison.
公司开发只能用英文版的VS2005 (雅蠛蝶)Tool-->Options-->Debugging->General:把Require source files to exactly match the orginal version的复选勾去掉就OK了。
分类:其他好文   时间:2015-05-19 20:34:28    阅读次数:289
repr() &str
1.When should i use str() and when should i use repr() ?Almost always use str when creating output for end users.repr is mainly useful for debugging a...
分类:其他好文   时间:2015-05-16 23:12:32    阅读次数:139
调试:格蠹汇编笔记 第二章 修复因误杀瘫痪的系统
1 串口,调试. debugging mode 启动.2 BugCheck C000021A(e1c52ce0,c0000034,0,0)用windbg的帮助文档可以搜索C000021A。STOP:C000021A{FatalSystemError}TheWindowsLogonProcesssy....
分类:其他好文   时间:2015-05-16 11:44:02    阅读次数:192
564条   上一页 1 ... 39 40 41 42 43 ... 57 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!