Skip to content

Add LLDB init commands for running on Windows #260

Closed
@adam-fowler

Description

@adam-fowler

It looks like Swift LLDB on Windows requires the swiftCore.dll to be loaded before running the debugger. The following lldb command does this

process load <path to swiftCore.dll>

This can be added in the initCommands section to the launch configs built in createExecutableConfigurations and createTestConfiguration or by setting the initCommands field in the LLDB configuration settings.

Metadata

Metadata

Assignees

Labels

windowsIssue specific to Windows

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions