When you create a launch configuration for debugging an XSL transformation, you can set the source lookup path for the launch configuration. After you begin the debug session, you can alter this source search path. If the debugger cannot find source in the source lookup path, it will search for it by way of the URL. If it cannot locate source by way of the URL, it will open the Debugger Source Not Found Editor, in which you can specify another path to use for source lookup.
After you have launched a debug session, you can modify or add to the source search path by completing these steps:
When source cannot be found, the editor opens without source. In the editor, you can edit the source lookup path so that it points to the location of the source file. To edit the source lookup path, select the Edit Source Lookup Path push button. This will invoke the Edit Source Lookup Path dialog box. Instructions for using this dialog box are provided in the preceding section.
If the source lookup path is set to search for all instances of source file names in the source search path, and the debugger locates multiple instances of the source file name, you are prompted by the Select Source File dialog box to choose the correct source file. In this dialog box, select the correct source file from the list and click OK to have it open in the editor.