Is there anyway to have the Debug running in one window and the main application in other window?
How much is difficult having a gui debug? from src\debug\ dbgmenu.prg i see same code that seem gui ready LOCAL oMenu MENU oMenu MENUITEM " ~File " MENU MENUITEM " ~Open..." ACTION oDebugger:Open() MENUITEM " ~Resume" ACTION oDebugger:Resume() MENUITEM " O~S Shell" ACTION oDebugger:OSShell() SEPARATOR MENUITEM " e~Xit Alt-X " ACTION oDebugger:Quit() ENDMENU -- Massimo Belgrano
_______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
