Quote: "does the blue IDE have that problem? or is that integrated into the compiler? How long before the DB Staff actually hire Knight and release the blue IDE?"
Unlike Visual Basic / Delphi / VisualC++ The debugger is seperate from the IDE. Lee coded the debugger.
You can look at the IDE code for yourself, all it does in debug mode is write CLI=YES to the project file, which causes the compiler to start the debugger.
Third party developers don't have enough access to code a debugger as it requires very tight integration with the compiler.
Quote: "Will Blue also support DBC? or just DBPro?"
Just DBPro at the moment. It wouldn't be hard to make it DBC compatible though.