Quote:
Originally Posted by DiapDealer
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?