mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
add comment about turning off optimizer in .lldbinit
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user