Hi,

I'd like to debug an application in QtCreator on Mac OS which reads directly from hard disk (/dev/rdisk0). If I run this app from Terminal using sudo ./MyApp, it's working, however when I debugging it under QtCreator, it fails due to lack of permissions.

I tried to launch QtCreator itself from terminal using "sudo open QtCreator.app", but it didn't help.

Please suggest how to get around it.

Serge.