1

Im writing a C++ program using QtCreator, Qt 6.9.0 and llvm-mingw1706_64 in Windows11. It is an user interface toward a MySql database.

If I run the program normally, it can access database with no problem.

If I run the program inside the debugger, it fail on QSqlDatabase::Open, sayng that it cannot open a socket, error 10106.

I think that problem is in debugger configuration, but I don't know where to check.

Can someone help me?

0

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.