How to get debug symbol information
-
Is it possible to get debug symbol information for the system libraries on pfSense? I see that I have some files in /usr/lib/debug/... but they appear to be out of date.
-
- To get debug symbol information for system libraries on pfSense, you can follow these steps:
- Download the matching debug packages for the libraries you need from the pfSense package repository.
- Install the debug packages using the package manager in pfSense. This will update the debug symbol information for the libraries and make it available for use during debugging sessions. For more detailed information, refer to the official pfSense documentation on package management and debugging tools.
-
@Skoony could you please give more details?
: sudo pkg search debug php82-pecl-xdebug-3.2.2 Xdebug extension for PHP
doesn't seem to find anything. Searching for "debug" in the available packages gui doesn't show anything either.