~/.lldbinit is loaded many times #700
Unanswered
zchrissirhcz
asked this question in
Q&A
Replies: 1 comment
-
The complete reproduce project is here: https://github.com/zchrissirhcz/min-repros/tree/master/test_lldb_formatter_simd |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, vscode-lldb Authors, Developers and Users:
I write a custom lldb formatter, and it seems loaded many times (I expect only load once).
Environment
CodeLLDB plugin version: 1.7.0 (Linux x64, Ubuntu 20.04)
Settings.json:
C++ code
Debugging with C/C++ code:
LLDB config
The customed LLDB formatter:
~/.lldbcfg/dbg_print.py
:The
~/.lldbinit
configuration file:Output
The actual output:

The terminal output (Use CodeLLDB bundled lldb, but in a terminal, instead of VSCode):

Question
Question: I guess the
~/.lldbinit
or~/.lldbcfg/dbg_print.y
script is loaded many times, and I expect it only be load once.Is my Settings.json configured not correctly ? Or if this is a bug/feature of CodeLLDB ?
Beta Was this translation helpful? Give feedback.
All reactions