Skip to content

Custom LLDB settings through LLDB-DAP #1509

Open
@Joannis

Description

@Joannis

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

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions