DrSergei wrote: Just a question, as far as I see, there is no `Static` scope and static variables are included in the `Global` scope. This may not be optimal for large projects with a large number of global variables (for example, global variables provided by libraries). Basically, there are not many static variables that are visible from the current frame, and they are more relevant. For, example codelldb and cortex-debug have `Static` scope. I can try to implement it, if you let. Also, some debug adapters provides opportunity to launch executable in external console. Looks like, DAP has support for that, I can work on that for lldb-dap.
https://github.com/llvm/llvm-project/pull/138160 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits