What does it mean this error
-
Because you're likely using Visual Studio and you didn't install its debugger.
One simple way to avoid that kind of crash is to check the list size before accessing any of its element.
-
Because you're likely using Visual Studio and you didn't install its debugger.
One simple way to avoid that kind of crash is to check the list size before accessing any of its element.
-
Did you grab the debugger from Microsoft web site ? If so and you didn't modify the defaults when installing, it will be automatically detected.
-
Did you grab the debugger from Microsoft web site ? If so and you didn't modify the defaults when installing, it will be automatically detected.
-
Which version of Visual Studio and and Windows are you using ?
-
What is your exact setup ?
You wrote that you were using Qt for VS2013 and now you are looking for VS2015 ? You know that you can't mix and match libraries built with different version of Visual Studio ? These compilers are not compatible one with the other.
-
What is your exact setup ?
You wrote that you were using Qt for VS2013 and now you are looking for VS2015 ? You know that you can't mix and match libraries built with different version of Visual Studio ? These compilers are not compatible one with the other.
-
What is your exact setup ?
You wrote that you were using Qt for VS2013 and now you are looking for VS2015 ? You know that you can't mix and match libraries built with different version of Visual Studio ? These compilers are not compatible one with the other.