This adds new types for setExceptionBreakpoints and adds support for `supportsExceptionFilterOptions`, which allows exception breakpoints to set a condition. While testing this, I noticed that obj-c exception catch breakpoints may not be working correctly in lldb-dap.
10 lines
146 B
Makefile
10 lines
146 B
Makefile
OBJC_SOURCES := main.m
|
|
|
|
CFLAGS_EXTRAS := -w -fobjc-exceptions
|
|
|
|
USE_SYSTEM_STDLIB := 1
|
|
|
|
LD_EXTRAS := -framework Foundation
|
|
|
|
include Makefile.rules
|