CancellationToken is automatically triggered after ~30 seconds in Debug mode #12983
Unanswered
sharpzilla
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Context
Problem
During debugging, when stopped at a breakpoint for approximately 30 seconds, a CancellationToken (likely the
stoppingTokenfromExecuteAsync) is automatically triggered. This cancels the operation and interrupts the debug session. This is particularly inconvenient as I need more time to inspect variables and step through code during debugging.Question
What could be causing this 30-second timeout, and where should I look to configure or disable this behavior specifically for debugging sessions?
Beta Was this translation helpful? Give feedback.
All reactions