Re: The Console
- Posted by "Cuny, David at DSS" <David.Cuny at DSS.CA.GOV> Nov 02, 2000
- 391 views
Al Getz wrote: > If your main use is for printf, couldn't you > simply wrap up a windows based emulated console > and direct your output there instead? If it were simple, yes. At some point I may do it. But for now, all I really want to do is get the console writes to an acceptable speed. > Would like to speed up debugging Euphoria > programs though, that 'console' is so SLOW!! If this is actually much faster, I'm sure that Robert would be more than happy to fit it into Euphoria. It sure would make a lot of people happy - running trace under Win32 is painful. But I *suspect* that Euphoria is calling the same routines as I am, there's just more overhead (for example, saving the screen before writing to it). > Also was thinking of building a windows based > debugger for Euphoria that would take care of > all that. How will you do that without having access to any hooks in the trace routine? -- David Cuny