Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To enable debugging for DevExpress scripts, add the setting below to the app.config file.  

<switches>
<!--<add name="DefaultSwitch" value="Information" />-->
<add name="AllowDebugXtraReportScripts" value="true" />
</switches>

With debugging enabled for XtraReportScripts, run the LIVE report as you would normally do.  When you click to bring up the executed report, you would hit a breakpoint as shown below.  At this point, scroll to the code where you want to set the breakpoint.  That is it!

...