Skip to content

iamvps007/Javascript-Console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript Console


N|Solid

Code Debugging Programming code might contain syntax errors, or logical errors. Many of these errors are difficult to diagnose. Often, when programming code contains errors, nothing will happen. There are no error messages, and you will get no indications where to search for errors. Searching for (and fixing) errors in programming code is called code debugging.

JavaScript Debuggers Debugging is not easy. But fortunately, all modern browsers have a built-in JavaScript debugger. Built-in debuggers can be turned on and off, forcing errors to be reported to the user. With a debugger, you can also set breakpoints (places where code execution can be stopped), and examine variables while the code is executing.

Debugging code using this tool Using this tool you don't have to launch Browser developer tool. just simply type your code in index.js and run index.html to see output

Installation

$ git clone https://github.com/iamvps007/Javascript-Console.git

How to use

Step 1 : Browse to javascript folder then open index.js file write your code in try block

Step 2 : Save and open index.html in browser

Free Software, Hell Yeah!

Author : vaibhav pratap singh email : vaibhav6bab@outlook.com

About

JavaScript based debugging console

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published