Get Em Fast:
Admin>Tools>Developers Tool Kit won't do what you need?
The Zencart Developers Tool Kit does a great job of locating where constants, variables etc appear in the code but does not display the contents of variables.
What I want to do is troubleshoot where/why a variable's contents changes. Problem at hand.... I have my shipping options set to NOT display package weight however on one of my websites the weight continues to be displayed in the order totals lines on my invoices and packing slips whenever UPS is the selected shipping method.. It also appears in customer's order information viewable from his/her Account pages. My admin-> Shipping/Packaging is set properly as is the UPS module and I have viewed the settings within the database. So I need a debug tool to track if and when ot_shipping gets reset to other than zero.
In my former life many years ago working at DEC we had test tools that would display the contents of selected variables throughout the file code while the program was running. I have not worked in the field for many years so don't remember what the debug tool was called and it is likely there are lower cost and better tools available now.
Get Em Fast:
You might look into the Web Developer & Firebug add-ons for FireFox. (Both free)
I'll check these out.