Should I enable lldb debug scripts?
-
I've just started using lldb-dap for remote debugging on macOS (instead of lldb-mi). This is Visual Studio.
When I start a debug session I get:
warning: 'QtCore' contains a debug script. To run this script in this debug session: command script import "/opt/Qt/6.9.1/macos/lib/QtCore.framework.dSYM/Contents/Resources/Python/QtCore.py" To run all discovered debug scripts in this session: settings set target.load-script-from-symbol-file true warning: 'QtCore' contains a debug script. To run this script in this debug session: command script import "/opt/Qt/6.9.1/macos/lib/QtCore.framework.dSYM/Contents/Resources/Python/QtCore.py" To run all discovered debug scripts in this session: settings set target.load-script-from-symbol-file true
Note that I didn't "double paste" the messages above - that is exactly what the debugger presented to me!
Is it helpful to enable all debug scripts or are they purely for "Qt internal" use?
Thanks, David
-
C Christian Ehrlicher moved this topic from General and Desktop