Closed
Bug 1689435
Opened 5 years ago
Closed 5 years ago
Debugging on windows docs render with misleading `./mach run–debug` command
Categories
(Developer Infrastructure :: Source Documentation, defect)
Developer Infrastructure
Source Documentation
Tracking
(firefox87 fixed)
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: bryce, Assigned: championshuttler)
Details
Attachments
(1 file)
In https://firefox-source-docs.mozilla.org/contributing/debugging/debugging_on_windows.html#ways-to-start-the-debugger one of the ways of starting the debugger is listed as the command ./mach run –debug
. However, this won't start the debugger if copy pasted, because the --debug
switch has been rendered as –debug
(an em dash instead of two dashes). Compare this to the source where two dashes are used: https://searchfox.org/mozilla-central/rev/4f07d49f1c7a823da07e3a231ac87c6435c8fd58/docs/contributing/debugging/debugging_on_windows.rst#33
Assignee | ||
Comment 1•5 years ago
•
|
||
Thanks for filling it , it was just a direct import from MDN , may be if we put it in this format
.. code::
./mach run --debug
This might help in rendering it correctly and solve the issue.
Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → shivams2799
Status: NEW → ASSIGNED
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2a85529b461a
Fix the docs rendering for debugging part of windows building docs.r=sylvestre DONTBUILD
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•