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
Add a better experience for global and static variables when debugging with better error support. For example, when debugging with LLDB (compile using clang++ on a physical mac) we currently only support locals and registers.
We should also show static and global variables, like in CodeLLDB:
The text was updated successfully, but these errors were encountered:
Feature Request
Add a better experience for global and static variables when debugging with better error support. For example, when debugging with LLDB (compile using clang++ on a physical mac) we currently only support locals and registers.
We should also show static and global variables, like in CodeLLDB:
The text was updated successfully, but these errors were encountered: