Kryptronic Software Wiki : CCP7Debugger

Kryptronic Internet Software Solutions
Most recent edit on 2009-07-14 07:52:29 by KryptronicWebmaster

Additions:
ClickCartPro 7 and EuropaCart 7 - Getting Started

Deletions:
Wiki: ClickCartPro 7 and EuropaCart 7



Oldest known version of this page was edited on 2009-07-14 07:52:08 by KryptronicWebmaster []
Page view:

Using the System Debugger


ClickCartPro has an excellent debugger embedded in all of it's functions. The debugger is turned on by editing the file:

{private}/core/CORE/CORE.php

At the top of that file you will see:

// +--
// | Debugger Note:  The following debugger settings are valid:
// |
// | 0:         Debugging off (default)
// | 1:         File-based output (sent to {PRIVATE}/temp directory)
// | 2:         Browser-based output (sent to web browser)
// +--

var $debug     = 0;


Change the debug mode to '1' to log to a file in the {PRIVATE}/temp directory. Change to '2' to log to the browser window. If you choose to log to the browser window.


Wiki: ClickCartPro 7 and EuropaCart 7