码迷,mamicode.com
首页 >  
搜索关键字:debugging informatio    ( 564个结果
在 XenServer上调试windows程序
WinDbgWinDbg is one of a number of tools available from Microsoft that can be used for debugging Windows guests in XenServer environments.You can get QEMU to passive-open a TCP port on dom0 for serial...
分类:Windows程序   时间:2014-11-12 11:53:36    阅读次数:296
在VS2010 C++中调试DLL工程的方法
1、在“Solution Explorer”中找到要调试的dll项目,点击右键,选择Set as StartUp Project,将dll设置为调试启动项目;然后选择dll项目,点击右键,选择Properties,打开属性页设置页面; 2、在Properties 页面的中,选择Configuration Properties下拉菜单,然后选择Debugging; 3、在Debuggin...
分类:编程语言   时间:2014-11-11 16:44:14    阅读次数:183
C#反编译工具 ILSPY-x64可动态调试-君临汉化版
程序基于著名的ILSpy version 2.1.0.1603 汉化,并增加x64下debugging功能;初衷是网上只有一版是原作者留下的x86版本,实在不想在虚拟机里调试,只有自己动手弄一份x64的版本,顺手汉化点标签...反混淆与调试设置调试选项运行调试程序附加到进程效果如下:暂时只能调试不能...
分类:Windows程序   时间:2014-11-10 11:32:28    阅读次数:779
Android+NDK+CDT+eclipse+OPenGL ES的编译与native调试 解决no debugging symbols found
环境: NDK版本r8,eclipse和Android使用的是adt-bundle-windows-x86打包版本比较方便, 操作系统为windows8.1 一、NDK的编译 1、源码 NDK的examples目录有Hello-GL2的源码,大家可以先使用它。 2、将示例工程导入到eclipse中 3、编译设置 a、选中工程,eclipse中菜单windows->preferece...
分类:移动开发   时间:2014-11-06 17:30:58    阅读次数:288
今天开始应该使用 5 个JavaScript调试技巧
原文:5 Javascript debugging tips you’ll start using today我之前使用过用printf debugging,自此之后我用这种方法似乎总能更快地解决bug。在某些情况下需要更好的工具,下面是其中的一些佼佼者,我敢肯定你会发现它们的有用之处:1. deb...
分类:编程语言   时间:2014-11-05 12:32:04    阅读次数:226
无法Debug SQL: Unable to start T-SQL Debugging. Could not attach to SQL Server process on
Unable to start T-SQL Debugging...
分类:数据库   时间:2014-10-30 22:37:08    阅读次数:219
just for debugging。。
import java.awt.event.*;import acm.graphics.*;import acm.program.*;import stanford.facepamphlet.*;import javax.swing.*;public class FacePamphlet exten...
分类:其他好文   时间:2014-10-29 10:27:50    阅读次数:245
Advanced .NET Debugging: Managed Heap and Garbage Collection(转载,托管堆查内存碎片问题解决思路)
Advanced .NET Debugging: Managed Heap and Garbage Collection(转载,托管堆查内存碎片问题解决思路)
分类:Web程序   时间:2014-10-28 23:43:26    阅读次数:357
Linux Debugging(八): core真的那么难以追踪吗?
本周遇到了好几个core都很有典型性。在这里和大家分享下。 相信有过Linux编程经验的人,肯定都遇到过。感觉周围人很多对core有天然的恐惧感,尤其对刚入行不久的同学来说。当然了,也有工作好几年看到core也束手无策的。今天就分析一下,core,其实大部分都是很容易解决的。如果一个core很难以复现,那么说明还是很复杂的,算是Corner case,可能需要很长时间,脑子里要有很好的运行时状态才可以(阅读源码,学习的是逻辑;将源码对应到运行时的状态,分析一些状态机的转换,再去分析可能会发生的情况)。相信前...
分类:系统相关   时间:2014-10-24 00:28:39    阅读次数:255
android NDK开发中,用Cygwin调试本地代码时报错“Another debug session running,Use --force to kill it”原因及解决办法
android NDK开发时,在使用ndk-gdb调试的时候,执行$NDK/ndk-gdb --verbose报错“Another debug session running,Use --force to kill it”。 我查了NDK官方文档,是这样说的: --force: By default, ndk-gdb aborts if it finds that another native debugging session is running on the same devi...
分类:移动开发   时间:2014-10-24 00:28:04    阅读次数:162
564条   上一页 1 ... 48 49 50 51 52 ... 57 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!