Skip to content

Commit 045b9ad

Browse files
authored
docs: properly make use of this capture thing (I hope)
1 parent 4113fbb commit 045b9ad

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

src/content/documentation/develop/debugging.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -420,16 +420,27 @@ If your extension could be affected by the browser restarting, such as when a se
420420

421421
For more details, see [Testing persistent and restart features](/documentation/develop/testing-persistent-and-restart-features/).
422422

423+
{% endcapture %}
424+
{% include modules/one-column.liquid,
425+
id: "debugging-browser-restarts"
426+
content: content
427+
%}
428+
429+
<!-- END: Single Column Body Module -->
430+
431+
<!-- Single Column Body Module -->
432+
433+
{% capture content %}
434+
423435
## Debugging with an external development environment (IDE)
424436
You can also debug your extension using an external integrated development environment (IDE).
437+
425438
For more details, see their respective documentation pages, e.g. [here is the one of the extension for Visual Studio Code (VSCode)](https://marketplace.visualstudio.com/items?itemName=firefox-devtools.vscode-firefox-debug).
426439

427440
{% endcapture %}
428441
{% include modules/one-column.liquid,
429-
id: "debugging-browser-restarts"
442+
id: "debugging-with-an-external-development-environment-IDE"
430443
content: content
431444
%}
432445

433446
<!-- END: Single Column Body Module -->
434-
435-

0 commit comments

Comments
 (0)