Native debugging on Windows is broken #1817
Closed
deadlocklogic
started this conversation in
General
Replies: 1 comment
-
So had to follow this link. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now llvm debug builds are available, I tried many times implementing missing features and fixing bugs natively but so far with no luck.
assert
are being caught (which are silent in Release mode), and nothing can be done about them without proper debugging capabilitiesI am still really curious about the native workflow development of this project in its current form.
I have plenty of ideas/PRs which could have been already finished but I can't figure out how this native development is taking place.
My primary setup is on Windows thought, and these caught
assert
in Debug mode are really concerning overall.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions