Hi Terry, hi Battwell, if you don't know (maybe you missed this topic), time ago Balazs wrote a Console plugin with redirecting the stdout to a listbox on a plugin Form. You can use Console.Write and Console.Writeline to display stuff, just have to enable the plugin. You can use this plugin for debugging. Hope my info is helpful for you.
Yes, I wrote a console plugin which installs with the UCCNC. It can be used as a console, the stdout is redirected to that and so all Console writes are redirected to it. It is much faster than messageing into the statusbox. We often use it to debug simple things which requires lots of data to be written.
just tried this- very nice! what would be really nice is that if errorlog was written to it which would save re opening errorlog every time i make a coding mistake! that would make my debugging much faster! i like that it stays on top