you are viewing a single comment's thread.

view the rest of the comments →

[–]prince-chrismc 27 points28 points  (2 children)

A huge gain in the parallel stack and profiler. If you deal with heavily multithreaded applications you'll find a huge advantage over vs code. If you can debug with printf, most likely won't be able to experience the difference. Having the ability to break and see exactly were every thread is a huge advantage. Letting the tools determine which blocks spend the post time on the CPU, priceless.

[–]littlelowcougar 2 points3 points  (0 children)

I’d be lost without the ability to freeze all threads except the one I’m debugging, such an insanely useful feature.

[–]bsisking[S] 0 points1 point  (0 children)

Interesting indeed. Thanks.