I've developed a fairly large program, roughly 11,000 lines with tons of bitmaps and libraries. For a while the program has been impossible to run in debug mode. Debug would either crash, fail to highlight the current line or refuse to show me the value of any of my variables.
Is this a limitation to expect from having a large program or is there something I can do to fix it?
The debug mechanism works over the network. It is possible that the communication timeouts. I plan to add an option in one of the next version to exclude modules from the debugger. If it is possible please send me your project to erel@basic4ppc.com. It will only be used to analyze and improve the debugger.