Skip to content
Snippets Groups Projects
Commit ae3ac786 authored by hjk's avatar hjk
Browse files

debugger: fix problem where a manual 'continue' was needed after start up.

The problem was that the 'emptyness' of m_cookieForToken was used as an
indication that there was no response packet still in the air. However,
this hash was not reset after a debugging session was aborted using S-F5,
so it could contain items from a previous run, effectively preventing
automatic triggering of the necessary 'continue'.
parent cc3a57a9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment