How to debug a KDE KCM System Settings module - January 2023 - 87b0266a
If I want to edit/program the KDE System Settings module (KCM) kcm_networkmanagement. I can load just this KCM using the command line "kcmshell5 kcm_networkmanagement". I can load in Qt Creator IDE the KDE git repository plasma-nm, that contains the KCM. I can make changes, build and run in the debugger by telling Qt Creator to use the "Custom Executable" "~/kde/usr/bin/kcmshell5".
If I want to edit/program the KDE System Settings module (KCM) kcm_networkmanagement. I can load just this KCM using the command line "kcmshell5 kcm_networkmanagement". I can load in Qt Creator IDE the KDE git repository plasma-nm, that contains the KCM. I can make changes, build and run in the debugger by telling Qt Creator to use the "Custom Executable" "~/kde/usr/bin/kcmshell5".