Details
Description
QtCreator freezes when I follow the scenario :
- Run a program through QtCreator
- Attach CDB (button play debugger in output panel)
- Fall in a breakpoint
- Make modifications in source
- Type Ctrl+R to run the new version
In this case, QtCreator freezes and Ctrl+Alt+Del blocks the computer. I can't open taskManager (it won't), and command line to kill the program doesn't work.
Then a timeout (~30 seconds) happens and QtCreator killes cdb.exe and everything works fine again.
The only solution I have is to wait or to keep TaskManager open, just in case.