Ouch! Look at this map. I need to see what is happening in some of these functoids. What is a developer to do?????
A map is just complex XSL.... So to debug the functoids we need to treat it as such. First, lets Validate our map and get the location of the XSLT.
Since it validated (no errors) we have the XSLT output location in the Output Window. Copy this location to your clip board.
Open the file with Visual Studio:
Now, right click on your XSL working area and select properties. Here you will enter the input file that will be used for the transform:
Mark your break points, just as you would a code file, and start the debug: Now you can step through just as if it was .Net code:
Even step into the functoid code:
Ed K.
Page rendered at Wednesday, November 19, 2008 3:15:47 PM (Central Standard Time, UTC-06:00)
Disclaimer The opinions expressed herein are our own personal opinions and do not represent our employer's view in any way.