Open
Description
Is your feature request related to a problem? Please describe.
I need to pass specific flags into LLDB to support remote debugging with a Swift SDK. Right now I'm using some custom commands to connect and debug:
gdb-remote
target create
settings set target.sdk-path
settings set target.swift-module-search-path
Describe the solution you'd like
I need a way to do the above through LLDB-DAP. It could be part of the launch.json
, some custom properties like there are now for CodeLLDB.
Describe alternatives you've considered
Revert to using CodeLLDB.
Additional context
Add any other context or screenshots about the feature request here.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo