Results 767 comments of BenBE

> > Given that this feature will be available on multiple platforms and requires changes in different places I'd suggest to have a top-level feature flag for backtrace support and...

As you already have the various fields separated it would be nice to show this kinda tabulated. Also having `addr module file line function+offs` is a better order for the...

> Currently, the lib unwind cannot get the line and in general programs are compiled without debug symbols. So I'm afraid that the `line` column will be blank Depending on...

> > I'm inspired by the output of `GDB`. I prefer this layout. > > So now, it's look like : ![image](https://github.com/user-attachments/assets/715cb735-3cf2-4001-b323-c448bb339fd5) > > I have small improvements to do...

> > `#NB` should probably be Frame if you want to stick with the GDB terminology. > > I'm concerned about the size of the name of this column. Because...

To shed some light on the issue, as the reporter mixed that up in their description (took me a while to notice): The problem is that we cc the command...

Does this recognize/work with multi-GPU setups?

Based on [this part of the code](https://github.com/htop-dev/htop/blob/master/darwin/Platform.c#L225) this does not seem to be implemented on MacOS yet.

I think we should keep it open marking it as a feature request/enhancement request to support these information on MacOSX. Simply closing it doesn't feel right for two reasons: First...

Disabling/hiding that option for unsupported platforms is probably best.