Marc

Marc

  • NA
  • 205
  • 53.8k

Breakpoints

Oct 6 2014 8:12 AM
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)