Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

load test debugging is not working

I have a load test (using VS2012). The problem is that debug is not working (it just runs without hitting any breakpoints), and stack traces for exceptions are not available (it shows only "-" in the appropriate column).
Any ideas how to solve this problem?

UPD I have to remind that in .NET release configuration does contain debug information, though somewhat less detailed. Building in release config doesn't remove stack traces nor disables breakpoints.

like image 953
user626528 Avatar asked Jul 19 '26 04:07

user626528


1 Answers

The exception was inside VS load tester code itself (but reported as thrown from my code), that's why it was without stack trace, and debugging of my own code never started.

like image 92
user626528 Avatar answered Jul 21 '26 00:07

user626528



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!