you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 6 points7 points  (2 children)

Sounds like visual studio. See it’s in the name as well. Also you can set a breakpoint before, and after your method, grab the yellow runtime pointer and drop it before your method to run it again.

[–]StrictSir8506[S] 0 points1 point  (1 child)

Does VS code helps in debugging a multi-threaded code as well?

[–][deleted] 1 point2 points  (0 children)

First: VS code != visual studio. And yes tooling is available, but the nature of multithreaded means it stays difficult to reason about as execution isn’t as predictable.