Debugging with message boxes using a widget application?
I’m trying to debug my application using message boxes as in VS2008, but unlike visual studios, the message boxes do not stop the code until they’ve been closed. Is there a way to make it so that the message box will force the user to close the box before the code progresses?
6 replies
If you really want to do it this way, use the static functions API of QMessageBox. They are easy to use and block until the box is dismissed.
You must log in to post a reply. Not a member yet? Register here!


