[dev] Debug the Calc Source Code

2010-04-06 Thread rashi dhing
Hi ! Is there a good debugger which can be implemented on the source code of openoffice inorder to step into the lines and add break points at various locations of the code. I am using Cygwin on Windows to compile and build the code. Are "gdb" and "C++ Builder" good options ? Would it involve loadi

Re: [dev] Debug the Calc Source Code

2010-04-06 Thread Tor Lillqvist
> I am using Cygwin on Windows to compile Yeah, but the actual compiler you are using is Microsoft's "Visual Studio 2008" surely. If you didn't know this, I am a bit surprised that you managed to build OOo. (Don't be mislead by the "Visual Studio" name; that is the name of the whole product,

[dev] Re: [sc-dev] Debug the Calc Source Code

2010-04-06 Thread Niklas Nebel
On 04/06/10 09:03, rashi dhing wrote: Hi ! Is there a good debugger which can be implemented on the source code of openoffice inorder to step into the lines and add break points at various locations of the code. I am using Cygwin on Windows to compile and build the code. Are "gdb" and "C++ Builde

[dev] Re: [sc-dev] Debug the Calc Source Code

2010-04-12 Thread rashi dhing
I am getting the error "The breakpoint will not currently be hit. No symbols have been loaded for this document" after adding a breakpoint to a line in the source file. I have been doing the following: 1) Running Calc by clicking in scalc.exe from the programs dir of the installation set. 2) Openi

[dev] Re: [sc-dev] Debug the Calc Source Code

2010-04-12 Thread Niklas Nebel
On 04/11/10 15:37, rashi dhing wrote: I am getting the error "The breakpoint will not currently be hit. No symbols have been loaded for this document" after adding a breakpoint to a line in the source file. I have been doing the following: 1) Running Calc by clicking in scalc.exe from the progra

[dev] Re: [sc-dev] Debug the Calc Source Code

2010-04-13 Thread rashi dhing
I started building the sc module with debug=true but now I am getting the following error: ../wntmsci12.pro/bin/scuimi.dll : fatal error LNK1169 : one or more multiply defined symbols found. dmake: Error code 2, while making ' ../wntmsci12.pro/bin/scuimi.dll I came across a similar issue from

[dev] Re: [sc-dev] Re: [dev] Debug the Calc Source Code

2010-04-08 Thread rashi dhing
Thanks for all the details Tor ! On Tue, Apr 6, 2010 at 1:11 PM, Tor Lillqvist wrote: > > I am using Cygwin on Windows to compile > > Yeah, but the actual compiler you are using is Microsoft's "Visual Studio > 2008" surely. If you didn't know this, I am a bit surprised that you managed > to buil