Server Side Debugging |
[eluser]esra[/eluser]
It would be great to see support for debuggers added to the framework, as well as better unit testing support (SimpleUnit, PHPunit, etc.). I notice this a few days ago. http://ellislab.com/forums/viewthread/59944/ The approach uses a subclassed version of Router.php to work around the query strings used by debuggers. In some typed language frameworks like the Windows Visual C++ MFC framework, debugging is handled using an alternate set of framework files. You basically create a debug and production version of your projects that use alternate sets of framework files. It might be possible to handle CI debugging in this way based on a bootstrap loader (index.php) setting. If a debug variable was set to true, than an alternate set of framework files could be used. Those files could be removed from the directory structure when the project was ready to be released and the debug variable could be set to false. |
Messages In This Thread |
Server Side Debugging - by El Forum - 08-24-2007, 11:25 AM
Server Side Debugging - by El Forum - 08-24-2007, 12:49 PM
Server Side Debugging - by El Forum - 08-25-2007, 08:15 PM
Server Side Debugging - by El Forum - 09-06-2007, 10:26 PM
Server Side Debugging - by El Forum - 09-19-2007, 08:50 PM
Server Side Debugging - by El Forum - 09-19-2007, 09:18 PM
Server Side Debugging - by El Forum - 09-20-2007, 09:27 AM
Server Side Debugging - by El Forum - 09-20-2007, 03:47 PM
Server Side Debugging - by El Forum - 09-20-2007, 04:01 PM
Server Side Debugging - by El Forum - 09-21-2007, 01:47 AM
Server Side Debugging - by El Forum - 09-21-2007, 09:10 PM
Server Side Debugging - by El Forum - 09-22-2007, 05:31 PM
|