Can't debug with LLDB on Windows #13095
Labels
bug
Observed behavior contradicts documented or intended behavior
downstream
An issue with a third party project that uses Zig.
os-windows
Milestone
Zig Version
0.10.0-dev.4213+91b05ad47
Steps to Reproduce
zig init-exe
)Expected Behavior
Symbols are picked up automatically, debugging works.
Actual Behavior
Symbols are not picked up automatically, and attempt to add them manually fails with
Assertion failed: (obj_load_address && obj_load_address != LLDB_INVALID_ADDRESS)
With LLDB_USE_NATIVE_PDB_READER="yes" symbols can be loaded
But lldb crashes when reaching an breakpoint
The text was updated successfully, but these errors were encountered: