0

I'm working on a project that take too much time in startup (in debug mode) to finally stops at my break points.

The project is huge! and I need to know whats taking so much time everytime i run it so i can disable this blocking treatment in dev environment.

Jeff Scott Brown
  • 26,804
  • 2
  • 30
  • 47
  • 1
    You can attach a profiler to figure out which operations consume the most time. You can also try to add a bunch of logging statement for some of the higher level operations and see if anything pops up as an outlier. – Juraj Martinka Feb 14 '22 at 04:58
  • 2
    When you are already in a debugger, you can simply stop the program execution and see where it is. – Holger Feb 14 '22 at 08:37
  • Simple as that! Thank's @Holger! – Mehdi Ben Salha Feb 14 '22 at 21:15

0 Answers0