This topic comes up frequently when users are writing CLR Procs and Triggers. How do I debug the code that is being hosted by the database? There is a very easy way to do it through the System.Diagnostics.Debugger namespace to launch the just in time debugger for Visual Studio.Prompting the user for the debugger You can prompt the user to attach a debugger at runtime using the System.Diagnostics.Debugger. You would NEVER want to do this at runtime in a production environment! Only for use on your deve...
|
6
Shouts |
|
|||
No comments yet, be the first one to post comment.