You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debugging works fine in the app executable, but when trying to step over (some, not all) breakpoints in other modules (see Package.swift below), the debugger crashes with
lldb command-line debugging is working fine, so it looks this is an issue in the toolchain's lldb-dap debug adapter, not some general problem with my debugger setup.
Sorry, I know this is very thin information, unfortunately I haven't found more clues on how to reproduce or narrow this down.
I have a swift-winrt based Windows desktop app.
Debugging works fine in the app executable, but when trying to step over (some, not all) breakpoints in other modules (see
Package.swift
below), the debugger crashes withlldb
command-line debugging is working fine, so it looks this is an issue in the toolchain'slldb-dap
debug adapter, not some general problem with my debugger setup.Sorry, I know this is very thin information, unfortunately I haven't found more clues on how to reproduce or narrow this down.
Environment:
The app's Package.swift
The text was updated successfully, but these errors were encountered: