add comment about turning off optimizer in .lldbinit

This commit is contained in:
Landon Curt Noll
2023-08-31 01:02:21 -07:00
parent 969e72b5c6
commit 0d2d5e3df3

View File

@@ -9,6 +9,11 @@
#
# settings set target.load-cwd-lldbinit true
#
# Optimizing calc may make it harder to trace what calc is doing,
# To turn off optimization while debugging, try:
#
# make clobber all DEBUG="-g3"
#
# To debug calc with lldb from this directory, just run:
#
# lldb