how can i solve the error "launching debugger" in Qt 5_15_0?
Unsolved
General and Desktop
-
Hi and welcome to devnet,
Which debugger ?
Which version of Qt Creator ?
On which OS ? -
@SGaist Hi i'm new on Qt.
My version is Qt Creator 5.15.0 for windows.
In Edit>Preferences, I found these references for debug mode. I hope they can help you to give me advice or guidance. I also followed the tutorial made available by qt, but nothing![alt text] -
@D4v1d3 said in how can i solve the error "launching debugger" in Qt 5_15_0?:
Qt Creator 5.15.0
This is Qt version, not Qt Creator version.
You have 3 flavors of Qt:- MinGW
- MSVC
- WebAssembly
Which one do you use when debugger is not working?