2

VS2015 with the l&g PTVS looks great.

But any non-trivial project runs about 20-50 times slower under a debugger (F5) than without one (Ctrl-F5), which makes it totally unusable for debugging.

Any idea why? Is there any way to accelerate the debugger?

Paul Oyster
  • 1,133
  • 1
  • 12
  • 21

1 Answers1

2

As a workaround, try mixed-mode debugging - it is significantly faster (but also more limited).

Pavel Minaev
  • 99,783
  • 25
  • 219
  • 289