Woot! Just in time too. I needed to enable more debugging symbols and now I doubt Debugger could load all the debugging symbols in the amount of memory I have.
My biggest complaint is it’s slow, at least on HaikuWebKit. It takes around half an hour to load debug symbols, 10 minutes to show the backtrace, and I didn’t wait long enough for it to make a breakpoint. It seems most of the time is spent looking up symbols in the object file. But I can’t reproduce that with other apps, even big ones such as Falkon. Maybe switching from dwarf-4 to dwarf-5 (the default) will help, since I expect Falkon and the rest of the apps to be compiled with dwarf-5.