hi, . use Visual C++ debugger. its the best debugger. OR , as an alternate you can save a log file along the process. i have done a Simple logWriter implementation, see the files logWriter.cxx/logWriter.hxx in the link below. Its very easy to use, you can copy these files and use them in your code. they will buffer the log string unless save path is defined, as soon as save path is defined it will write the previous log string and real time logging in that file will start. you will also find examples how logging is done in the code htmlex.cxx/hxx. http://wiki.services.openoffice.org/wiki/OpenOffice.org_Internship/Projects/2010/Customizable_html_export_for_Impress . but still Visual C++ debugger is the best. :) . regards kushal . On Sun, Oct 24, 2010 at 3:52 PM, Jan private <[email protected]> wrote:
> Hello, > > my C++ extension writes debug information to std::cout. When running > openoffice.rg from a Linux terminal this works fine. But when I run > soffice.exe from a Windows command prompt, there is no output. Is there > any simple way to get debugging output in Windows? > > Thanks, > Jan > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
