<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>调试 on 疯狂的技术宅</title><link>https://fe-tech.viewnode.com/tags/%E8%B0%83%E8%AF%95/</link><description>Recent content in 调试 on 疯狂的技术宅</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><lastBuildDate>Mon, 15 Feb 2021 10:00:00 +0800</lastBuildDate><atom:link href="https://fe-tech.viewnode.com/tags/%E8%B0%83%E8%AF%95/index.xml" rel="self" type="application/rss+xml"/><item><title>用 Chrome DevTools 调试 Node.js</title><link>https://fe-tech.viewnode.com/post/202102/15/</link><pubDate>Mon, 15 Feb 2021 10:00:00 +0800</pubDate><guid>https://fe-tech.viewnode.com/post/202102/15/</guid><description>JavaScript, Node, Debugging 从 v 6.3.0 开始，可以用 Chrome Developer Tools 调试 Node.js。以下是操作步骤： 在自己的机器上安装 Node.js v6.3.0 或更高版本。 使用 --inspect-brk 标志运行 node（例如：node --inspect-brk</description></item><item><title>你知道 Chrome 为调试专门提供的这些函数吗？</title><link>https://fe-tech.viewnode.com/post/202011/19/</link><pubDate>Thu, 19 Nov 2020 10:00:00 +0800</pubDate><guid>https://fe-tech.viewnode.com/post/202011/19/</guid><description>在 Chrome 的 DevTools 中的控制台提供了一些 Debug 专用的函数，每一个都身怀绝技。 Console Utility Functions 这些函数只能用在 Chrome 的 console 中。当我在第一次看到这些函数时非常兴奋，把它们直接写</description></item><item><title>方便快捷的调试 Node.js 程序</title><link>https://fe-tech.viewnode.com/post/202008/14/</link><pubDate>Fri, 14 Aug 2020 10:00:00 +0800</pubDate><guid>https://fe-tech.viewnode.com/post/202008/14/</guid><description>在调试程序时总是会遇到各种挑战。 Node.js 的异步工作流为这一艰巨的过程增加了额外的复杂性。尽管 V8 引擎为了方便访问异步栈跟踪进行了一些更新，但是在很多</description></item><item><title>VS Code 调试完全攻略（6）：调试用 TypeScript 开发并打包的 React 📦</title><link>https://fe-tech.viewnode.com/post/202006/02/</link><pubDate>Tue, 02 Jun 2020 10:00:00 +0800</pubDate><guid>https://fe-tech.viewnode.com/post/202006/02/</guid><description>说到前端，我现在选择的武器是 React、TypeScript 和 Parcel trinity。这是一个简单、可靠而且高效的设置，只需最少的配置。本文将向你</description></item><item><title>VS Code 调试完全攻略（5）：基于浏览器的 React 应用</title><link>https://fe-tech.viewnode.com/post/202006/01/</link><pubDate>Mon, 01 Jun 2020 10:00:00 +0800</pubDate><guid>https://fe-tech.viewnode.com/post/202006/01/</guid><description>这次我们来研究怎样把调试器连接到用 Create React App 生成的 React 程序。我们将看到如何从 VS Code 启动浏览器并检查远程异步 API 调用。它超级强大，同时又很容易，所以在调</description></item><item><title>VS Code 调试完全攻略（4）：launch.json 和调试控制台</title><link>https://fe-tech.viewnode.com/post/202005/29/</link><pubDate>Fri, 29 May 2020 10:00:00 +0800</pubDate><guid>https://fe-tech.viewnode.com/post/202005/29/</guid><description>VS Code 调试完全攻略系列目录 基础知识 步进逐行调试 编辑变量并重新执行函数 launch.json 和调试控制台 基于浏览器的 React 应用 调试用 TypeScript 开发并打包的 React 📦 调试可能会是一件复</description></item><item><title>VS Code 调试完全攻略（3）：编辑变量并重新执行函数</title><link>https://fe-tech.viewnode.com/post/202005/28/</link><pubDate>Thu, 28 May 2020 10:00:00 +0800</pubDate><guid>https://fe-tech.viewnode.com/post/202005/28/</guid><description>可以通过在调试器中重新执行代码块，来查看它们在不同情况下的行为。让我们看看如何在调用栈中修改变量并重新执行函数——这样可以让你节省大量的时间</description></item><item><title>VS Code 调试完全攻略（2）：步进逐行调试</title><link>https://fe-tech.viewnode.com/post/202005/27/</link><pubDate>Wed, 27 May 2020 10:00:00 +0800</pubDate><guid>https://fe-tech.viewnode.com/post/202005/27/</guid><description>在要检查的代码之间跳转很重要。如果去遍历代码的每一行，那将会是乏味且没有必要的。调试器提供了便捷的方法来查看重要的内容，并跳出无关紧要的代码</description></item><item><title>VS Code 调试完全攻略（1）：基础知识</title><link>https://fe-tech.viewnode.com/post/202005/26/</link><pubDate>Tue, 26 May 2020 10:00:00 +0800</pubDate><guid>https://fe-tech.viewnode.com/post/202005/26/</guid><description>在接下来的几篇文章中，我们将研究如何以专业的方式调试 JavaScript 和 TypeScript 代码。我们将学习如何使用 Visual Studio Code 中内置的调试器，而不是让 console.log 到处乱飞。 VS Code 调试完全攻略</description></item></channel></rss>