debug-misc: Enable Easier Debugging

Your support makes all the difference!
We believe security software like Kicksecure needs to remain open source and independent. Would you help sustain and grow the project? Learn more about our 10 year success story and maybe DONATE!
The debug-misc package is the simplest solution to enable many settings required for troubleshooting issues and debugging.
Introduction[edit]
For better security, this package should only be installed on specific machines that require debugging. Unfortunately, security and debugging are conflicting optimization goals.
Installation[edit]
Install debug-misc
. To accomplish that, the following steps A. to D. need to be done.
A. Update the package lists.
sudo apt update
B. Upgrade the system.
sudo apt full-upgrade
C. Install the debug-misc
package.
Using apt
command line parameter --no-install-recommends
is in most cases optional.
sudo apt install --no-install-recommends debug-misc
D. Done.
The procedure of installing debug-misc
is complete.
Forum Discussion[edit]
https://forums.whonix.org/t/debug-misc-opt-in-package-to-easily-enable-debugging/8830