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: 2 June 2017 18:05 UTC
- Date retrieved: 12 December 2025 00:14 UTC
- Permanent URL: https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/Debugging_Python_in_Visual_Studio&oldid=52097
- Page Version ID: 52097
Citation styles for Documentation/Nightly/Developers/Tutorials/Debugging Python in Visual Studio
APA style
Documentation/Nightly/Developers/Tutorials/Debugging Python in Visual Studio. (2017, June 2). Slicer Wiki, . Retrieved 00:14, December 12, 2025 from https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/Debugging_Python_in_Visual_Studio&oldid=52097.
MLA style
"Documentation/Nightly/Developers/Tutorials/Debugging Python in Visual Studio." Slicer Wiki, . 2 Jun 2017, 18:05 UTC. 12 Dec 2025, 00:14 <https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/Debugging_Python_in_Visual_Studio&oldid=52097>.
MHRA style
Slicer Wiki contributors, 'Documentation/Nightly/Developers/Tutorials/Debugging Python in Visual Studio', Slicer Wiki, , 2 June 2017, 18:05 UTC, <https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/Debugging_Python_in_Visual_Studio&oldid=52097> [accessed 12 December 2025]
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=52097 (accessed December 12, 2025).
CBE/CSE style
Slicer Wiki contributors. Documentation/Nightly/Developers/Tutorials/Debugging Python in Visual Studio [Internet]. Slicer Wiki, ; 2017 Jun 2, 18:05 UTC [cited 2025 Dec 12]. Available from: https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/Debugging_Python_in_Visual_Studio&oldid=52097.
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=52097 (last visited December 12, 2025).
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=52097",
note = "[Online; accessed 12-December-2025]"
}
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=52097}",
note = "[Online; accessed 12-December-2025]"
}