<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[FPGA Notes]]></title> 
<link>http://www.fpganotes.com/index.php</link> 
<description><![CDATA[Learning Notes about Xilinx FPGA, ISE, EDK and IC Industry]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[FPGA Notes]]></copyright>
<item>
<link>http://www.fpganotes.com/post//</link>
<title><![CDATA[解除Debug不能]]></title> 
<author>RickySu &lt;sutongqi+blog@gmail.com&gt;</author>
<category><![CDATA[技术经验]]></category>
<pubDate>Thu, 25 May 2006 09:07:20 +0000</pubDate> 
<guid>http://www.fpganotes.com/post//</guid> 
<description>
<![CDATA[ 
	在做VC的时候，程序总是不能设置断点，不能看内部变量的值。一直没明白怎么回事。<br/>今天在冯的朋友的帮助下终于搞清楚了。<br/><br/>原来是在 工程->设置中，左上角有选Win32 Debug和Win32 Release。当时选在了Release，当然就不能调试了。就像GCC编译没有加-g标志一样。<br/><br/>先 &nbsp;组建(Build)-> 清除(Clear)，清除VC自动生成的文件，然后再改为Win32 Debug就好了。^^<br/><br/><hr/><br/>另外，还知道了Tools --> Spy++ --> Search --> Find Window工具可以查看每个窗口元素的handle。<br/>Tags - <a href="http://www.fpganotes.com/tags/vc/" rel="tag">vc</a> , <a href="http://www.fpganotes.com/tags/debug/" rel="tag">debug</a>
]]>
</description>
</item><item>
<link>http://www.fpganotes.com/post//#blogcomment</link>
<title><![CDATA[[评论] 解除Debug不能]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.fpganotes.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>