Console.log - JavaScript debugging

https://microstudio.io/i/Loginus/consolelog/

This library is intended to facilitate debugging JavaScript code attached to a project whose language is MicroScript 2.0.

MicroStudio does not provide any feedback on errors in JavaScript code. Which is very inconvenient when writing code and slows down code creation because even guessing which part of the code caused the error may be difficult.

You have to use the browser console Ctrl-Alt-I - but it takes up a large part of the screen.

This library solves this problem.

You can even receive "throw" information.