Visual Studio Development Bookmark and Share   
 index > Visual Studio Debugger > VS 2005 Debugger not stopping in xslt files
 

VS 2005 Debugger not stopping in xslt files

I have a prepackaged e-commerce system that uses XML/XSLT heavily. Basically it executes a .ascx control to produce (in debug mode) xslt formatted query results. An xml debug file is produced, an xsl file is produced and some other debugging information is produced. Before (like 2 weeks ago) i was able to set breakpoints in the .xsl files and have the debugger stop within an xslt file. It worked great and i was able to debug through the generation of the html pages. Now, the debugger doesn't seem to notice the stop points in the xslt files. I have tried to repair VS 2005, but to no avail. Can someone offer any adivce? Thanks

birdie3321  Thursday, October 01, 2009 2:52 PM
Hello,

Have you tried to delete the .suo file which is near the .sln file? Since the issue is related to the Break Point, I think the fragile .suo file has broken. Please try to close Visual Studio then delete the .suo file under the directory, then open the solution again.

Best regards,
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have any feedback, please tell us.
Welcome to the All-In-One Code Framework!
Roahn Luo  Friday, October 02, 2009 7:19 AM
Hi,

We are changing the issue type to General Discussion because you have not followed up with the necessary information. If you have more time to look at the issue and provide more information, please feel free to change the issue type back to Question by opening the Options list at the top of the post editor window, and changing the type. If the issue is resolved, we will appreciate it if you can share the solution so that the answer can be found and used by other community members having similar questions.

Thanks,
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have any feedback, please tell us.
Welcome to the All-In-One Code Framework!
Roahn Luo  Thursday, October 08, 2009 2:39 AM

You can use google to search for other answers

Custom Search

More Threads

• The infamous "No symbols have been loaded for this document"
• Debugging an unmanaged DLL whilst importing into C#
• Breakpoint duplicated in different projects in same solution
• JIT Debugger of VS2008 will not kill the attached process?
• VisualizerObjectSource and Debuggee Assembly name?
• asp.net web application in vb or c# it freezes
• Performance in VS vs. outside it
• how to hit breakpoint
• Managed Remote Debugging w/ Kernel Debugger
• Visual Studio Debugger Question (Vista)