I'm trying to set up the Eclipse development environment for Qt (mingw). I am able to sucessfully run the suggested Qt demo (Address Book) demo fine, but if I attempt to run it in debug mode I get Thread 1 suppended error: ' No source available for "ntdll!LdrAccessResource()" '. I sure wouldn't assume there would be sources for Microsoft OS code! I've done a (not totally thorough) search of the GDB doc and didn't find an obvious way to have GDB ignore objects without sources.

I'm not sure if this is the right forum or community for this question but any suggestions or referrals would be greatly appreciated.

Doug