rosgear / rg-be-debug_toolbar
Module "Debugger toolbar" for the GePanel Control Panel
Package info
github.com/rosgear/rg-be-debug_toolbar
Type:component
pkg:composer/rosgear/rg-be-debug_toolbar
Requires
- rosgear/ge2-composer-plugin: *
README
Модуль «Панель инструментов отладчика»
Модуль входит в состав Панели управления GePanel.
Модуль реализует механизм отображения значений программных сущностей (переменных, объектов, массивов) в чётко структурированном виде на этапах отладки веб-приложения.
Скриншот
Установка
Для добавления модуля в ваш проект, вы можете просто выполнить команду ниже:
$ composer require rosgear/rg-be-debug_toolbar
или добавить в файл composer.json вашего проекта:
"require": {
"rosgear/rg-be-debug_toolbar": "*"
}
или скачать архив на странице модуля в каталоге приложений RosGear.
После добавления модуля в проект выполните его установку в редакцию веб‑приложения с помощью Панели управления GePanel.
Module «Debugger toolbar»
The module is part of the GePanel Control Panel.
The module implements a mechanism for displaying the values of software entities (variables, objects, arrays) in a clearly structured form during the debugging stages of a web application.
Screenshot
Installation
To add the module to your project, you can simply run the command below:
$ composer require rosgear/rg-be-debug_toolbar
or add to your project's composer.json file:
"require": {
"rosgear/rg-be-debug_toolbar": "*"
}
or download the archive from the module page in the RosGear application catalog.
After adding the module to the project, install it into the web application edition using the GePanel Control Panel.
