667
edits
Changes
→After building a debug version of Firefox on Windows, should I be seeing a lot of WARNING messages?
'''Answer 1''': No, the warning messages are normal. If you're using command prompt to start firefox.exe, you can type:
<pre>set XPCOM_DEBUG_BREAK=warn</pre>
NOTE: in a BASH shell you usually have to do it this way:
<pre>export XPCOM_DEBUG_BREAK=warn</pre>
That should suppress all pop ups. This is only necessary for windows. Mac and Linux machines should be set to this by default.