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 problem is while debugging. In a new debug session the adapter/codelldb process causes a 100% cpu load for some time > 1min.
While this is the case, all debugging information are not available in vscode, also stepping doesn't work. I think this process scans the debug information to resolve variable values.
But this is just a guess. Is there a way to deliver information about the state of the extension while this happens?
Best regards,
Frank
The text was updated successfully, but these errors were encountered:
Sadly I cannot deliver any code. Maybe I can setup a debug environment and try to figure out, what is happening?
One guess is, that it has something to do with the variables resolution. Is there a setting to limit the size or the iteration depth?
OS: 4.18.0-553.8.1.el8_10.x86_64
VSCode version: 1.88.2
CodeLLDB version: 1.10.0
Compiler: gcc 12.3
Debuggee: x86_64 GNU/Linux
The problem is while debugging. In a new debug session the
adapter/codelldb
process causes a 100% cpu load for some time > 1min.While this is the case, all debugging information are not available in vscode, also stepping doesn't work. I think this process scans the debug information to resolve variable values.
But this is just a guess. Is there a way to deliver information about the state of the extension while this happens?
Best regards,
Frank
The text was updated successfully, but these errors were encountered: