koopkoop Posted March 3, 2009 Share Posted March 3, 2009 How do I debug a full website? I'm working on an eCommerce site and there's a lot of variables shared between pages. Therefore, I can't simply point the debugger to an individual page and expect the page to debug because all the variables it depends on are missing. For example, a page showing all the details for a single product relies heavily on all the data that was passed to it from the page that showed you the entire product collection. How would I go about debugging the product detailed info page? I'm using PDT, but will switch for this type of functionality. Link to comment https://forums.phpfreaks.com/topic/147804-debugging-a-full-website/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.