本文介绍了如何调试Firefox开发人员工具附带的Scratchpad中编写的JavaScript?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想要一个独立的编辑器调试器,基本上是 IDE JavaScript 。我目前在命令行中使用了独立运行的脚本,并在 Notepad ++ 中进行编辑,有时也使用 Scratchpad 来自 Firefox开发人员工具



但是 Debugger Firefox开发者工具不会显示 ScratchPad 的来源。除此之外,我无法在 ScratchPad 编辑器中设置断点。

/ p>

解决方案
暂时支付工作得很好,除了我不知道如何访问它的断点范围。任何人有一个想法如何做到这一点?在Firebug中是自动的。


I want a stand-alone editor and debugger, basically an IDE for JavaScript. I am presently using a mix of just running stand-alone scripts on the command line and editing them in Notepad++, and sometimes the Scratchpad that comes in Firefox Developer tools.

But the Debugger in Firefox Developer Tools does not show me the sources from ScratchPad. How do I make it show them?

Besides, I am unable to set breakpoints in the ScratchPad editor.

解决方案

Scratchpad works great except I can't figure out how to access the breakpoint scope in it. Anyone have an idea how to do that? Was automatic in Firebug.

这篇关于如何调试Firefox开发人员工具附带的Scratchpad中编写的JavaScript?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-01 01:11