how to view debug console not in popup? prefer in the same window. any idea?
Modify the debug template file debug.tpl. Just replace the following code with something more suitable for your needs:
debug.tpl
# _smarty_console.document.write('{$debug_output|escape:'javascript'}'); ## write debug window directly in current document document.write('{$debug_output|escape:'javascript'}');`
You can use Firebug and FirePHP to redirect debugging information to the Firebig console: http://www.firephp.org/Wiki/Libraries/Smarty
Source: https://habr.com/ru/post/1729889/More articles:how to convert nsstring value of text in CLLocationCoordinate2D to objective-c for google map - objective-cFilling empty tables in Java Swing - javaDownload the zip folder from the remote server and unzip the folder from the silverlight application - c #Find all code that is not protected. Try Catch - c #Is there a way to catch non-displayable characters before they are written to JTextArea? - javaGet DIV index value - jqueryFatal error: maximum run time exceeded 400 seconds - phpEclipse / GTK + spends screen real estate - eclipseThe increment field in the Select statement - sql-serverAndroid: deleting / destroying objects when rotating the screen - androidAll Articles