cant debug a class librerary project

fguihen

Junior Contributor
Joined
Nov 10, 2003
Messages
248
Location
Eire
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?
 
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.
 
Back
Top