I want to use madExcept to send detailed error messages to CodeSite via CSX. How can I do this?
CodeSiteEx makes this very simple. Perform the following steps:
- First, make sure you have madExcept installed. Note which version of madExcept you have installed; the steps required will vary according to the version of madExcept you are using.
- Open the CSX.INC file in any editor. Look for a line that reads {.$DEFINE USE_MADEXCEPT_CSX}.
- Change this line to {$DEFINE USE_MADEXCEPT_CSX} (remove the period before the $DEFINE keyword).
- If you are using version 3 or greater of madExcept, you must also change the line {.$DEFINE MADEXCEPT3_OR_GREATER} to {$DEFINE MADEXCEPT3_OR_GREATER} (again, removing the period before the $DEFINE keyword).
- Save your changes to the CSX.INC file.