I'm currently working on a soft-input-panel for windows mobile and have run into a bit of a snag. The compiled DLL (once deployed) is loaded by devices.exe which is stored in the windows mobile device's ROM. This is causing quite a nightmare as Visual Studio 2008 refuses to see the devices.exe process (using attach to process) making it impossible to use the debugger. I am currently using log file output which although helpful is not nearly as useful a real-time debugging.
Google and MSDN have been of little help on this as everything I turn up involves basic DLL debugging (i.e. attach to parent process). Am I missing something somewhere?