Hallo Eric,
another winedbg feature request:
When the starting application spawns off other processes and exec itself, with the other spawned processes still running, and one of these processes crashes, and winedbg is configured to work on the starting console, winedbg starts, loads all dll, but then exits immediate due to the missing console.
In this situation, winedbg should test if console access is still possible, and when not, it should start magically an xterm.
I still prefer to use the console for winedbg interaction, as scrolling is easier.
Thanks