You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MI2DebugSession.threadsRequest does not send a response if MI2.getThreads calls fails.
We encountered this problem when using this extension with Eclipse Theia. Specifically, the UI relies on the session to receive a response as otherwise a Promise will never finish, causing subsequent updates to be queued indefinitely.
The text was updated successfully, but these errors were encountered:
The
MI2DebugSession.threadsRequest
does not send a response ifMI2.getThreads
calls fails.We encountered this problem when using this extension with Eclipse Theia. Specifically, the UI relies on the session to receive a response as otherwise a Promise will never finish, causing subsequent updates to be queued indefinitely.
The text was updated successfully, but these errors were encountered: