|
Yes. Sorry for any confusion. This particular change has only to do with the compiling and debugging of Sigil itself with the Visual Studio IDE. I compile both Qt and Sigil as Release with Debug Info builds. That way I can use the Visual Studio IDE to set breakpoints when running in debug mode. Doing so gives me actual line numbers and function names in the Sigil source code where/when problems arise. Much more revealing than simply printing QDebug() info to the debug log and inspecting crash dumps.
Last edited by DiapDealer; 12-24-2024 at 12:16 PM.
|