Thunderbird BUILD ".mozconfig" issue

Discussion of third-party/unofficial Firefox/Thunderbird/SeaMonkey builds.
Post Reply
afreen bano
Posts: 67
Joined: August 13th, 2013, 2:10 am

Thunderbird BUILD ".mozconfig" issue

Post by afreen bano »

Hello,


I want to build thunderbird, i have dump comm-central repository in my system.
My concern is that after creating the ".mozconfig" file in the source directory and write below linesin the file so what will be happen.

.mozconfig

# Thunderbird
# Options passed to client.mk, usually controlling cvs checkout and update:
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/tbird-mysources
mk_add_options MOZ_CO_PROJECT=mail
# Options for the command line of ./configure:
ac_add_options --enable-application=mail
ac_add_options --enable-debug

I have enbled "debug" and "application"..so how can i check after build in thunderbird debug mode is enabled????
User avatar
DanRaisch
Moderator
Posts: 127249
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Thunderbird BUILD ".mozconfig" issue

Post by DanRaisch »

Moving to Third Party/Unofficial Builds.
xunxun1982
Posts: 311
Joined: June 20th, 2011, 10:37 am

Re: Thunderbird BUILD ".mozconfig" issue

Post by xunxun1982 »

Try to use gdb to debug it.
afreen bano
Posts: 67
Joined: August 13th, 2013, 2:10 am

Re: Thunderbird BUILD ".mozconfig" issue

Post by afreen bano »

Hello,

Please tell me how can I run thunderbird in debug mode after build Thunderbird and make an below entry in ".mozconfig " file
# Thunderbird
# Options passed to client.mk, usually controlling cvs checkout and update:
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/tbird-mysources
mk_add_options MOZ_CO_PROJECT=mail
# Options for the command line of ./configure:
ac_add_options --enable-application=mail
ac_add_options --enable-debug.

I have successfully buid but not able to check where is "DEBUG MODE" enable in thunderbird ??
User avatar
WaltS48
Posts: 5141
Joined: May 7th, 2010, 9:38 am
Location: Pennsylvania, USA

Re: Thunderbird BUILD ".mozconfig" issue

Post by WaltS48 »

This might help.

The Thunderbird (Remote) Debugger is alive! | Philipp Kewisch

In Thunderbird enable the Menu bar (if not enabled), under Tools place a check mark for Allow Remote Debugging. Then use the Developer tools in Firefox.

I've never used it, and doubt many know about it.
Linux Desktop - AMD Athlon(tm) II X3 455 3.3GHz | 8.0GB RAM | GeForce GT 630
Windows Notebook - AMD A8 7410 2.2GHz | 6.0GB RAM | AMD Radeon R5
Post Reply