fguihen Posted January 22, 2007 Posted January 22, 2007 i need to debug a class librerary project. i go to the debug menu, and click on attach to process, i attach it to the sqlsvr process, as its a clr sproc i want to debug. any break points i create just give me the error "the breakpoint will not currently be hit. no symbols have been loaded for this document." i have tried restarting my sql service, tried reopening my project but no luck. has anyone got any ideas here? Quote
mskeel Posted January 22, 2007 Posted January 22, 2007 Unit testing might help. It can provide a harness outside of the target application for working with libraries. If you are using VS2005 standard or greater you can use the native "Object Test Bench" or (my personal favorite) TestDriven.Net is an add-on that uses NUnit and will run on both VS2003 and VS2005. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.