So how do you guys efficiently debug D if there exists no working environment or is there a nice IDE I'm unaware of?
Use gdb; unless you’re running macOS, in which case use the version of lldb included in the macOS developer tools package.
IchorDev via Digitalmars-d-learn Mon, 19 Aug 2024 22:01:40 -0700
So how do you guys efficiently debug D if there exists no working environment or is there a nice IDE I'm unaware of?
Use gdb; unless you’re running macOS, in which case use the version of lldb included in the macOS developer tools package.