mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
8 lines
312 B
Plaintext
8 lines
312 B
Plaintext
|
# .lldbinit file for debugging Mozilla
|
||
|
|
||
|
# Mozilla's use of UNIFIED_SOURCES to include multiple source files into a
|
||
|
# single compiled file breaks lldb breakpoint setting. This works around that.
|
||
|
# See http://lldb.llvm.org/troubleshooting.html for more info.
|
||
|
settings set target.inline-breakpoint-strategy always
|
||
|
|