Download the PHP package manadinho/rpg-fast-debugger without Composer
On this page you can find all versions of the php package manadinho/rpg-fast-debugger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download manadinho/rpg-fast-debugger
More information about manadinho/rpg-fast-debugger
Files in manadinho/rpg-fast-debugger
Package rpg-fast-debugger
Short Description Utilize FastDebugger to swiftly resolve issues through debugging.
License MIT
Informations about the package rpg-fast-debugger
rpg-fast-debugger
By using RPG Fast Debugger
, you can expedite the process of troubleshooting PHP code and resolving issues.
First install Fast Debugger
desktop application according to your operating system.
Now you are ready to receive log data from PHP
projects.
download desktop application
installation
composer require manadinho/rpg-fast-debugger --dev
Usage
To use RPG Fast Debugger
in your RPG-PHP
project. Just go to your library/global_functions.php
and place following method there. This method takes three arguments.
First argument is supposed to be array, in this array you can pass as many variables you want to inspect.
Second argument is optional. You can pass any flag (string) to it to make it easy to find your log on Fast Debugger desktop app.
Third argument is optional. If application is not running in docker you can pass the host to it. Which will be localhost
in that case.
Now simply use ezFast method to debug the app.
Note
On log data you can see file name and line number from the ezFast()
method is called. You can open file in VSCODE
by simply clicking on file name.
All versions of rpg-fast-debugger with dependencies
textalk/websocket Version ^1.5.8
symfony/var-dumper Version ^4.4.47