명령줄에서 디버깅 시작
명령줄에서 ` Qt Creator ` 디버거 인터페이스를 사용할 수 있습니다. 실행 중인 프로세스에 디버거를 연결하려면 ` -debug ` 옵션의 매개변수로 프로세스 ID를 지정하십시오. 코어 파일을 검사하려면 파일 이름을 지정하십시오. ` Qt Creator `는 코어 파일에 해당하는 바이너리를 찾는 등 필요한 모든 단계를 수행합니다. 디버그 서버에 연결하려면 서버 위치와 포트 번호를 지정하십시오.
예:
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
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.