Development : new tools for debugging in the new class \Noalyss\Dbg (dbg.php);

This commit is contained in:
sparkyx 2022-10-16 23:09:43 +02:00
parent 64a7b20df7
commit 50dcb029ff
20 changed files with 154 additions and 86 deletions

View file

@ -81,9 +81,9 @@ if ( DEBUGNOALYSS > 1 ) {
/**
* Debug Design
*/
debug_show_size();
debug_show_request();
debug_show_global();
\Noalyss\Dbg::display_size();
\Noalyss\Dbg::display_request();
\Noalyss\Dbg::display_global();
} //<--- if DEBUG
$g_parameter=new Noalyss_Parameter_Folder($cn);