View Single Post
Old 04-28-2023, 10:09 AM   #4
darencainiao
Junior Member
darencainiao began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Apr 2023
Device: none
Quote:
Originally Posted by DiapDealer View Post
I don't use Visual Studio's IDE to build or debug Sigil's official Windows releases. I only use the command-line tools. I try to make sure that cmake can be used to generate VS IDE project files, but that's about it. Hopefully, someone who actually uses the IDE can offer some help.
Thank you very much for your answer.
I would also like to ask how do you debug sigil if you do not use Visual Studio's IDE? Is it using Qt's qDebug() function? As far as I know, references to classes in C++ is somewhat confusing, and it will be difficult to debug and find bug
without step through in Visual Studio's IDE.By the way, would it be better to debug sigil in Linux?
darencainiao is offline   Reply With Quote