Oh so it can't stop at a breakpoint and inspect local variables? Weeird.
Is it like just a trace viewer fed data by debugger-style mechanisms?
Oh so it can't stop at a breakpoint and inspect local variables? Weeird.
Is it like just a trace viewer fed data by debugger-style mechanisms?
Seems like it drives lldb with automation and fills up a database with a dynamic call graph and the data that crosses function call boundaries.
https://firedbg.sea-ql.org/blog/2023-12-11-architecture-of-f...