Cite This Page
Bibliographic details for Documentation/Nightly/Developers/Tutorials/Debugging Python in Visual Studio
- Page name: Documentation/Nightly/Developers/Tutorials/Debugging Python in Visual Studio
- Author: Slicer Wiki contributors
- Publisher: Slicer Wiki, .
- Date of last revision: 18 July 2017 03:15 UTC
- Date retrieved: 24 September 2026 06:07 UTC
- Permanent URL: https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/Debugging_Python_in_Visual_Studio&oldid=53137
- Page Version ID: 53137
Citation styles for Documentation/Nightly/Developers/Tutorials/Debugging Python in Visual Studio
APA style
Documentation/Nightly/Developers/Tutorials/Debugging Python in Visual Studio. (2017, July 18). Slicer Wiki, . Retrieved 06:07, September 24, 2026 from https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/Debugging_Python_in_Visual_Studio&oldid=53137.
MLA style
"Documentation/Nightly/Developers/Tutorials/Debugging Python in Visual Studio." Slicer Wiki, . 18 Jul 2017, 03:15 UTC. 24 Sep 2026, 06:07 <https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/Debugging_Python_in_Visual_Studio&oldid=53137>.
MHRA style
Slicer Wiki contributors, 'Documentation/Nightly/Developers/Tutorials/Debugging Python in Visual Studio', Slicer Wiki, , 18 July 2017, 03:15 UTC, <https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/Debugging_Python_in_Visual_Studio&oldid=53137> [accessed 24 September 2026]
Chicago style
Slicer Wiki contributors, "Documentation/Nightly/Developers/Tutorials/Debugging Python in Visual Studio," Slicer Wiki, , https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/Debugging_Python_in_Visual_Studio&oldid=53137 (accessed September 24, 2026).
CBE/CSE style
Slicer Wiki contributors. Documentation/Nightly/Developers/Tutorials/Debugging Python in Visual Studio [Internet]. Slicer Wiki, ; 2017 Jul 18, 03:15 UTC [cited 2026 Sep 24]. Available from: https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/Debugging_Python_in_Visual_Studio&oldid=53137.
Bluebook style
Documentation/Nightly/Developers/Tutorials/Debugging Python in Visual Studio, https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/Debugging_Python_in_Visual_Studio&oldid=53137 (last visited September 24, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Slicer Wiki",
title = "Documentation/Nightly/Developers/Tutorials/Debugging Python in Visual Studio --- Slicer Wiki{,} ",
year = "2017",
url = "https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/Debugging_Python_in_Visual_Studio&oldid=53137",
note = "[Online; accessed 24-September-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "Slicer Wiki",
title = "Documentation/Nightly/Developers/Tutorials/Debugging Python in Visual Studio --- Slicer Wiki{,} ",
year = "2017",
url = "\url{https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/Debugging_Python_in_Visual_Studio&oldid=53137}",
note = "[Online; accessed 24-September-2026]"
}