Home Web Front-end JS Tutorial Introduction to JavaScript debugger_javascript skills

Introduction to JavaScript debugger_javascript skills

May 16, 2016 pm 06:55 PM
javascript debugger

But just from a debugging perspective, the functions of these debuggers are completely sufficient. In fact, what I need more is not a JavaScript IDE, but a JavaScript reconstruction tool, which allows me to quickly reconstruct JavaScript components. It is much more efficient and safer than the original method of using UltraEdit to find/replace. In fact, the development efficiency of any language without refactoring tools cannot be compared with a language like Java (with powerful refactoring tools such as Eclipse, IDEA, etc.). Communism has not yet been realized. This is indeed a reality, but it does not mean that we must wait and there is no way to do our job well under the existing conditions. The main reason why JavaScript must be used is not at all because it is the most advanced language (compared to Python, Ruby, etc.) But from the language itself, I do not think JavaScript, a function/object language, is backward. , Python is also such a language) and has powerful development tools, but because it has the widest support (supported by all modern browsers) and cheap (because it is a Web Standard, many people know it, and the cost of learning and using it is very low). In fact, it is almost impossible to avoid JavaScript when doing web development based on HTML. From the perspective of improving user interaction experience, rather than thinking from a purely technical perspective, there is no need for us to deliberately avoid JavaScript.

The original JavaScript debugger is the script debugger that comes with Windows. In Windows 2000, open Add/Remove Programs->Add/Remove Windows Components, and then you can see a "Script Debugger". This script debugger can be used to debug JavaScript, and can also be used to debug any ActiveX-based scripting language (VBScript, ASP, etc.). Although this tool has most common debugging functions, it is very inconvenient to use.
The more advanced Visual InterDev is included in the Visual Studio 6.0 installation CD. This is a JavaScript debugging tool that everyone used to use.
Even better is the script debugger included in Office 2003. More powerful and stable than Visual InterDev. This script debugger is hidden very deep and you need to carefully find it in the installation directory.

The above is the M$ series of JS debugging tools. Visual Studio and Office 2003 both cost money. If you don’t want to spend money, another good option is Mozilla Venkman. Venkman is a JavaScript debugger developed by the Mozilla organization and has very complete functions. If you install the Mozilla package, Venkman is already included, you just need to select it during installation. If the suite is a Chinese version, the interface of Venkman after installation will also be in Chinese.
Users using Firefox need to install it separately:
http://www.hacksrus.com/~ginda/venkman/
Choose the latest version Installation, for example, directly click
http://www.hacksrus.com/~ginda/venkman/venkman-0.9.85.xpi
in Firefox Complete the installation. Of course, you can also download it and open the file directly with Firefox to complete the installation.

After installation, a "JavaScirpt Debugger" will appear in the Firefox tool menu. Click to open the Venkman debugger.
Venkman debugger related resources include:
Venkman, the new JavaScript Debugger for Netscape 7.x:
http://devedge-temp.mozilla.org/viewsource/2002 /venkman/01/index_en.html
Venkman FAQ:
http://www.hacksrus.com/~ginda/venkman/faq/venkman-faq. html
Search Venkman directly and you can also search for many related resources.

Firefox Venkman is a great pair for developing Ajax applications.

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to implement an online speech recognition system using WebSocket and JavaScript How to implement an online speech recognition system using WebSocket and JavaScript Dec 17, 2023 pm 02:54 PM

How to use WebSocket and JavaScript to implement an online speech recognition system Introduction: With the continuous development of technology, speech recognition technology has become an important part of the field of artificial intelligence. The online speech recognition system based on WebSocket and JavaScript has the characteristics of low latency, real-time and cross-platform, and has become a widely used solution. This article will introduce how to use WebSocket and JavaScript to implement an online speech recognition system.

Essential software for C language programming: five good helpers recommended for beginners Essential software for C language programming: five good helpers recommended for beginners Feb 20, 2024 pm 08:18 PM

C language is a basic and important programming language. For beginners, it is very important to choose appropriate programming software. There are many different C programming software options on the market, but for beginners, it can be a bit confusing to choose which one is right for you. This article will recommend five C language programming software to beginners to help them get started quickly and improve their programming skills. Dev-C++Dev-C++ is a free and open source integrated development environment (IDE), especially suitable for beginners. It is simple and easy to use, integrating editor,

WebSocket and JavaScript: key technologies for implementing real-time monitoring systems WebSocket and JavaScript: key technologies for implementing real-time monitoring systems Dec 17, 2023 pm 05:30 PM

WebSocket and JavaScript: Key technologies for realizing real-time monitoring systems Introduction: With the rapid development of Internet technology, real-time monitoring systems have been widely used in various fields. One of the key technologies to achieve real-time monitoring is the combination of WebSocket and JavaScript. This article will introduce the application of WebSocket and JavaScript in real-time monitoring systems, give code examples, and explain their implementation principles in detail. 1. WebSocket technology

How to use JavaScript and WebSocket to implement a real-time online ordering system How to use JavaScript and WebSocket to implement a real-time online ordering system Dec 17, 2023 pm 12:09 PM

Introduction to how to use JavaScript and WebSocket to implement a real-time online ordering system: With the popularity of the Internet and the advancement of technology, more and more restaurants have begun to provide online ordering services. In order to implement a real-time online ordering system, we can use JavaScript and WebSocket technology. WebSocket is a full-duplex communication protocol based on the TCP protocol, which can realize real-time two-way communication between the client and the server. In the real-time online ordering system, when the user selects dishes and places an order

Introduction to Go language development tools: a list of essential tools Introduction to Go language development tools: a list of essential tools Mar 29, 2024 pm 01:06 PM

Title: Introduction to Go language development tools: List of essential tools In the development process of Go language, using appropriate development tools can improve development efficiency and code quality. This article will introduce several essential tools commonly used in Go language development, and attach specific code examples to allow readers to understand their usage and functions more intuitively. 1.VisualStudioCodeVisualStudioCode is a lightweight and powerful cross-platform development tool with rich plug-ins and functions.

How to implement an online reservation system using WebSocket and JavaScript How to implement an online reservation system using WebSocket and JavaScript Dec 17, 2023 am 09:39 AM

How to use WebSocket and JavaScript to implement an online reservation system. In today's digital era, more and more businesses and services need to provide online reservation functions. It is crucial to implement an efficient and real-time online reservation system. This article will introduce how to use WebSocket and JavaScript to implement an online reservation system, and provide specific code examples. 1. What is WebSocket? WebSocket is a full-duplex method on a single TCP connection.

JavaScript and WebSocket: Building an efficient real-time weather forecasting system JavaScript and WebSocket: Building an efficient real-time weather forecasting system Dec 17, 2023 pm 05:13 PM

JavaScript and WebSocket: Building an efficient real-time weather forecast system Introduction: Today, the accuracy of weather forecasts is of great significance to daily life and decision-making. As technology develops, we can provide more accurate and reliable weather forecasts by obtaining weather data in real time. In this article, we will learn how to use JavaScript and WebSocket technology to build an efficient real-time weather forecast system. This article will demonstrate the implementation process through specific code examples. We

How to use insertBefore in javascript How to use insertBefore in javascript Nov 24, 2023 am 11:56 AM

Usage: In JavaScript, the insertBefore() method is used to insert a new node in the DOM tree. This method requires two parameters: the new node to be inserted and the reference node (that is, the node where the new node will be inserted).

See all articles