Reputation: 44
I have a solution with two projects
I reference from project PortCloud to Renci.SshNet library
When I try to run/debug solution I get exception error in library and application crashes.
Trouble is that I do not see exception in debugger. I would like to see line in library where this is happening and why. What am I doing wrong? Why debugger do not automatically open problematic file and show me exact error?
Update Visit http://screencast.com/t/1aIUVX27 video for seeing what I am actually doing in Visual Studio
Upvotes: 1
Views: 6199
Reputation: 873
You can add a new unitest project. Then you can add it as a reference to the project and debug it.
Upvotes: 0