1
Reply

Breakpoints

Marc

Marc

Oct 6 2014 8:12 AM
647
In my C# console application is there anyway to skip straight to breaking point thats in its own public method that isn't actually referenced in the application?  I don't know if its possible, but when I run debug its running through the whole application and I am just trying to test the method that I created and not the whole application I know already works. 
 
Thanks

Answers (1)