Home Web Front-end JS Tutorial Learn JS debugging easily (without downloading any tools)_javascript skills

Learn JS debugging easily (without downloading any tools)_javascript skills

May 16, 2016 pm 06:29 PM
js debug

However, I still have some experience in JS debugging:
First, when we write a piece of JS:
1. Click on the IE browser - Toolbar - Click on Developer Tools or press F12

Our debugging interface
Click on the far left to set breakpoints like VS2005

Click to debug:



You can return to the page to run or refresh for debugging

In fact, they are all Microsoft products and inevitably the same as VS, so it is easy to learn

Since it is the same as VS, naturally VS can also debug JS

Firefox is almost the same. Select the error console (CTRL SHIFT J) and you can directly input JS to test
The easier to use is firefox and firebug combined to view, related The usage tutorial is as follows.

firefox firebug Chinese introductory tutorial Script House New Year Special Edition
Tutorial on using the firefox plug-in Firebug

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 Article Tags

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)

Detailed explanation of C++ function debugging: How to debug problems in multi-threaded functions? Detailed explanation of C++ function debugging: How to debug problems in multi-threaded functions? May 02, 2024 pm 04:15 PM

Detailed explanation of C++ function debugging: How to debug problems in multi-threaded functions?

How to use LeakSanitizer to debug C++ memory leaks? How to use LeakSanitizer to debug C++ memory leaks? Jun 02, 2024 pm 09:46 PM

How to use LeakSanitizer to debug C++ memory leaks?

Shortcut to golang function debugging and analysis Shortcut to golang function debugging and analysis May 06, 2024 pm 10:42 PM

Shortcut to golang function debugging and analysis

How to do efficient debugging in Java lambda expressions? How to do efficient debugging in Java lambda expressions? Apr 24, 2024 pm 12:03 PM

How to do efficient debugging in Java lambda expressions?

How to conduct concurrency testing and debugging in Java concurrent programming? How to conduct concurrency testing and debugging in Java concurrent programming? May 09, 2024 am 09:33 AM

How to conduct concurrency testing and debugging in Java concurrent programming?

PHP Debugging Errors: A Guide to Common Mistakes PHP Debugging Errors: A Guide to Common Mistakes Jun 05, 2024 pm 03:18 PM

PHP Debugging Errors: A Guide to Common Mistakes

How to debug PHP asynchronous code How to debug PHP asynchronous code May 31, 2024 am 09:08 AM

How to debug PHP asynchronous code

What are the debugging techniques for recursive calls in Java functions? What are the debugging techniques for recursive calls in Java functions? May 05, 2024 am 10:48 AM

What are the debugging techniques for recursive calls in Java functions?

See all articles