Ricky
Ricky

Reputation: 35983

Can we let debugger to selectively pause a thread in VS2008

Can we let VS2008 debugger to selectively pause a thread in VS2008?

Thanks.

Upvotes: 3

Views: 258

Answers (2)

stefan
stefan

Reputation: 2886

Best way I have come up with is a conditional breakpoint and manual ID's for the threads so I can break in the selected thread.

Upvotes: 1

user184968
user184968

Reputation:

When you stop on a breakpoint you can choose one or a few threads in the Threads window and Freeze them. When you need to run the paused threads again you need to choose them again in that Threads window and say Thaw.

Upvotes: 1

Related Questions