8

I am trying to track my BackgroundWorker threads as described in this article the Threads Debug Windows is empty:

enter image description here

And yes, I'm debugging.

What am I missing?

1 Answer 1

17

You need to pause your application first; the debugger will not display anything while your code is running.

You can either set a breakpoint and wait until it gets hit, or click the Pause button to break immediately.

Sign up to request clarification or add additional context in comments.

1 Comment

Thank you! Debug > Break All did the trick. The question now is: How do I kill a specific thread for diagnostic purposes?

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.