Windows 2003 server web - Part II: Developing Intranet Solutions // Write the

Part II: Developing Intranet Solutions // Write the variable out using debugger write() method $myDebugger->write( Name = $name ); ?> This will print a message such as the following: 000   Name = M. J. Kabir
Buffering debug messages enables you to print all debug messages together, which is often very beneficial in identifying a flow sequence. For example, here an application called test_debugger3.php buffers debugging information and prints the information when the buffer is flushed using flush_buffer() method found in the Debugger class. blue , prefix => MAIN , buffer => TRUE) ); $myDebugger->write( Name = $name ); $myDebugger->write( Email = $email ); echo This will print before debug messages.nn ; $myDebugger->flush_buffer(); ?>

Leave a Reply