Commit 3997e86c authored by Emil Farisan's avatar Emil Farisan
Browse files

Bug 1661434 - added imported message banner to imported pages.

parent affc18cd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
Debugging A Hang On OS X
========================

+--------------------------------------------------------------------+
| This page is an import from MDN and the contents might be outdated |
+--------------------------------------------------------------------+

This article contains historical information about older versions of OS X.
See `How to Report a Hung
Firefox <https://developer.mozilla.org/en-US/docs/Mozilla/How_to_report_a_hung_Firefox>`__ instead.
+4 −0
Original line number Diff line number Diff line
Debugging On Mac Os X
=====================

+--------------------------------------------------------------------+
| This page is an import from MDN and the contents might be outdated |
+--------------------------------------------------------------------+

This document explains how to debug Gecko based applications such as
Firefox, Thunderbird, and SeaMonkey on macOS using Xcode. If you want to
debug from the terminal see :ref:`Debugging Mozilla with
+4 −0
Original line number Diff line number Diff line
Debugging On Windows
====================

+--------------------------------------------------------------------+
| This page is an import from MDN and the contents might be outdated |
+--------------------------------------------------------------------+

This document explains how to debug Gecko based applications such as
Firefox, Thunderbird, and SeaMonkey on Windows using the Visual C++ IDE.

+4 −0
Original line number Diff line number Diff line
Task Graph
==========

+--------------------------------------------------------------------+
| This page is an import from MDN and the contents might be outdated |
+--------------------------------------------------------------------+

After a change to the Gecko source code is pushed to version-control,
jobs for that change appear
on `Treeherder <https://treeherder.mozilla.org/>`__. How does this
+4 −0
Original line number Diff line number Diff line
Using The Mozilla Source Server
===============================

+--------------------------------------------------------------------+
| This page is an import from MDN and the contents might be outdated |
+--------------------------------------------------------------------+

Using the Mozilla source server is now even more feature-packed. The
nightly debug builds are now also Source Indexed so that by following a
couple of simple steps you can also have the source code served to you
Loading