Published on 08/21/2022
Published by amit
Using Live Debugger App
With the release of Awesome Enterprise 3.4 we now have a new way of debugging in Awesome Enterprise framework.
To start debugging you will need to make sure that the latest version of debug-handler is installed. If it is installed, then we need to make sure the ‘Debugger‘ app is also installed, if not, then follow the steps mentioned below.
Installing Debugger App
Goto core->apps and add the following lines, please make sure the connection is properly defined.
1 2 3 4 5 6 |
[app.register debugger title="Debugger"] [collection] [config connection=cdn_code post_type=c_debugger /] [modules connection=cdn_code post_type=m_debugger /] [/collection] [/app.register] |
Once ‘Debugger’ app is installed, goto <siteurl>/debugger/ticket to activate debugging.