Could I create dump file for QProcess?
- 
Hi, 
 On windows , we can use SetUnhandledExceptionFilter to create a dump file after the main application crashed.I was wondering, If I start another application by QProcess, and my main application have SetUnhandledExceptionFilter , will my main application create a dump file when the application in QProcess crashed . 
- 
I would simply try it out. But I would guess no according the documentation: Enables an application to supersede the top-level exception handler of each thread of a process. 
 

