Nelson B Bolyard wrote:
> What is the bug number?  I was not able to find any bug with your name

https://bugzilla.mozilla.org/show_bug.cgi?id=434099

> I gather that you built Thunderbird with the MSVC compiler in VS 2005
> but that you're not experienced with the debugger.  Providing coaching
> on the use of Microsoft's development tools is outside the scope of this
> list, but I will offer this tidbit to get you started.
>
> Using a command line window of some sort, change into the directory
> where the Thunderbird executable that you build is located, and
> invoke the debugger with the command
>      VCExpress /debugexe thunderbird.exe  [TB arguments here ]
>
> In the Window that appears, go through an familiarize yourself with
> the menus.  The Project Menu, Properties item is where you can change
> the command line arguments to the program and specify any redirection
> of stdin, stdout or stderr.  The Debug menu is where you can define a
> new break point in a function by name, and start execution or step in
> or step over a line of code.
>
> That should get you started.
>

I built the Thunderbird Trunk code after read the explanations from 
Mozilla site. It recommends VS2005.

The command is "devenv /debugexe thunderbird.exe" as is explained in 
Mozilla site. And this is not the issue.
I have experience while debugging source code (MS solutions and project 
files). Not executables with debug info (call code + assembly). Is this 
the way you (MozDevs) debug Mozilla code in Windows? Or do you use MinGW 
GDB? Any IDE, or just code and makefiles? Do you debug assembly code?

These answers will be usefull for me.

Cheers.
_______________________________________________
dev-tech-crypto mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to