|
! 4 @ 0 @ 4 !
Что-то пошло не так. Главная страница
Факт о медицине:
If at first, having heard that the basis of the browser is not the expected Firefox / Gecko (after all, Google is a longtime friend and sponsor of Mozilla), but WebKit, many developers realized that there would be no favorite plug-ins to make life easier for AJAX developers (Firebug and company), then a closer look available tools, realized that not everything is so sad. There are several tools at the disposal of the JavaScript developer that cover the basic needs.
Медицинские новости:
Secondly, the browser has a separate JS debugger, which, however, has only a command line interface, but allows you to do all the basic operations with the code - working with breakpoints, tracing, etc. Working with him is unusual, but if you get used to it, then quite. A list of available commands can be obtained by typing “ help ”, a list of all used JS files and other resources can be obtained by the scripts command , breakpoint management is break , break_info and clean . This is for true console virtuosos.
|