<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Free2000fly&#039;s Official Blog &#187; debug</title>
	<atom:link href="http://blog.tinybrowser.net/archives/tag/debug/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.tinybrowser.net</link>
	<description>Free2000fly 个人博客</description>
	<lastBuildDate>Fri, 06 Jan 2012 21:12:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>VS 2008 调试 Release 工程</title>
		<link>http://blog.tinybrowser.net/archives/1755</link>
		<comments>http://blog.tinybrowser.net/archives/1755#comments</comments>
		<pubDate>Sun, 09 May 2010 02:35:59 +0000</pubDate>
		<dc:creator>free2000fly</dc:creator>
				<category><![CDATA[日常琐碎]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[VS2008]]></category>
		<category><![CDATA[调试]]></category>

		<guid isPermaLink="false">http://blog.tinybrowser.net/?p=1755</guid>
		<description><![CDATA[VS2008 Release 工程调试修改方式： 项目 -> 属性 -> C/C++ -> 常规 -> 调试信息格式 -> 用于 “编辑并继续” 的程序数据库(/ZI) 项目 -> 属性 -> C/C++ -> 优化 -> 优化 -> 禁用(/Od) 项目 -> 属性 -> 链接器 -> debugging -> 生成调试信息 -> 是(/DEBUG) ======================================================================== 附录: 使用 XTToolkitPro 界面库或别的静态链接库时时, release 编译设置: 属性 -> c/c++ -> 优化 -> 优化:禁用(/Od) 属性 -> c/c++ [...]]]></description>
		<wfw:commentRss>http://blog.tinybrowser.net/archives/1755/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>怎样在 Windows 环境下调试 JScript 脚本</title>
		<link>http://blog.tinybrowser.net/archives/1030</link>
		<comments>http://blog.tinybrowser.net/archives/1030#comments</comments>
		<pubDate>Thu, 27 Aug 2009 08:19:17 +0000</pubDate>
		<dc:creator>free2000fly</dc:creator>
				<category><![CDATA[技术心得]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JScript]]></category>
		<category><![CDATA[调试]]></category>

		<guid isPermaLink="false">http://blog.tinybrowser.net/?p=1030</guid>
		<description><![CDATA[要调试脚本, 首先必须安装 VS2005 或 VS2008 等 Microsoft 的开发工具, 不再细说. JScript (或VBscript) 脚本有单独以 .js (或 .vbs) 为扩展名方式存在的; 也有以内嵌在 html 网页内或者以 .wsc 脚本组件的方式存在的. 分别介绍之. 一. 单独脚本 用你趁手的文本编辑器编写你想要调试的脚本. 保存为以 .js 为扩展名的文件. 为刚才保存的文件创建快捷方式, 具体的方法为: 1. 在这个文件上单击鼠标右键, 在弹出的菜单上点击 “创建快捷方式”(“Create Shortcut”), 就会为这个脚本文件创建一个快捷方式; (图1) 2. 然后修改这个快捷方式的属性 &#8212; 在快捷方式上右击鼠标, 在弹出的菜单上点击 “属性”(“Properties”), 这将弹出 “属性” 对话框; 3. 修改 “快捷方式”(“Shortcut”) 选项卡的 “目标”(“Target”) 编辑框, 将其原始内容如 “C:\AppWiz60\setup.js” 改为 [...]]]></description>
		<wfw:commentRss>http://blog.tinybrowser.net/archives/1030/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

