Pokrenite otklanjanje pogrešaka s komandne linije
Možete koristiti sučelje otklanjanja pogrešaka Qt Creator s naredbenog retka. Da biste ga priključili na pokrenuti proces, navedite ID procesa kao parametar opcije -debug. Da biste ispitali core datoteku, navedite naziv datoteke. Qt Creator izvršava sve potrebne korake, kao što je pretraživanje binarne datoteke koja pripada core datoteci. Da biste se povezali na debug poslužitelj, navedite lokaciju poslužitelja i broj porta.
Na primjer:
C:\qtcreator\bin>qtcreator -debug 2000C:\qtcreator\bin>qtcreator -debug core=core.2000C:\qtcreator\bin>qtcreator -debug some.exe,core=coreC:\qtcreator\bin>qtcreator -debug server=some.dot.com:4251
Vidi također Kako: otklanjanje pogrešaka, otklanjanje pogrešaka, otklanjači pogrešaka, otklanjač pogrešaka i opcije naredbenog retka.
Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.