Componente para realizar Debug y Profiler

Registered by Deivinson Tejeda

Incorporación de un componente para la realización de Debug y Profiler avanzado en la ejecución del Framework y la App

Blueprint information

Status:
Complete
Approver:
None
Priority:
Essential
Drafter:
None
Direction:
Needs approval
Assignee:
Deivinson Tejeda
Definition:
Approved
Series goal:
None
Implementation:
Implemented
Milestone target:
None
Started by
Deivinson Tejeda
Completed by
Deivinson Tejeda

Related branches

Sprints

Whiteboard

Ya se encuentra disponible la primera implementación de este debug en kumbia.

Para hacer uso del mismo, hay que seguir lo siguientes pasos.

1.- Archivo app/config/config.ini activar el debug.
debug = On

2.- si deseamos hacer debug sobre nuestra APP obtenemos la instancia del objeto debug de la siguiente manera.
Kumbia::getDebug()->query("select * from table");
Kumbia::getDebug()->addDebugFirst('call after b() and a() but adding in 1st');

NOTA: no podemos obtener un Objeto de Kumbia::getDebug() si el debug = off

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.