You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2023. It is now read-only.
I have compiled wkhtmltopdf with scripts\build.py msvc2013-win64 -clean -debug and I am able to nicely step through wkhtmltopdf.cc and other project source files, but whenever I reach anything in QT, like trying to step into QWebPage from multipageloader.cc the debugger just steps over. Is it possible to build the static version of wkhtmltopdf with QT debug-enabled?
We are facing a serious, seemengly random bug that only repros in our environment, so debugging is probably the only option of solving this.