Cite This Page
Bibliographic details for Documentation/4.5/Developers/Tutorials/Debugging Python in Visual Studio
- Page name: Documentation/4.5/Developers/Tutorials/Debugging Python in Visual Studio
- Author: Slicer Wiki contributors
- Publisher: Slicer Wiki, .
- Date of last revision: 12 November 2015 22:10 UTC
- Date retrieved: 29 January 2026 20:04 UTC
- Permanent URL: https://www.slicer.org/w/index.php?title=Documentation/4.5/Developers/Tutorials/Debugging_Python_in_Visual_Studio&oldid=43802
- Page Version ID: 43802
Citation styles for Documentation/4.5/Developers/Tutorials/Debugging Python in Visual Studio
APA style
Documentation/4.5/Developers/Tutorials/Debugging Python in Visual Studio. (2015, November 12). Slicer Wiki, . Retrieved 20:04, January 29, 2026 from https://www.slicer.org/w/index.php?title=Documentation/4.5/Developers/Tutorials/Debugging_Python_in_Visual_Studio&oldid=43802.
MLA style
"Documentation/4.5/Developers/Tutorials/Debugging Python in Visual Studio." Slicer Wiki, . 12 Nov 2015, 22:10 UTC. 29 Jan 2026, 20:04 <https://www.slicer.org/w/index.php?title=Documentation/4.5/Developers/Tutorials/Debugging_Python_in_Visual_Studio&oldid=43802>.
MHRA style
Slicer Wiki contributors, 'Documentation/4.5/Developers/Tutorials/Debugging Python in Visual Studio', Slicer Wiki, , 12 November 2015, 22:10 UTC, <https://www.slicer.org/w/index.php?title=Documentation/4.5/Developers/Tutorials/Debugging_Python_in_Visual_Studio&oldid=43802> [accessed 29 January 2026]
Chicago style
Slicer Wiki contributors, "Documentation/4.5/Developers/Tutorials/Debugging Python in Visual Studio," Slicer Wiki, , https://www.slicer.org/w/index.php?title=Documentation/4.5/Developers/Tutorials/Debugging_Python_in_Visual_Studio&oldid=43802 (accessed January 29, 2026).
CBE/CSE style
Slicer Wiki contributors. Documentation/4.5/Developers/Tutorials/Debugging Python in Visual Studio [Internet]. Slicer Wiki, ; 2015 Nov 12, 22:10 UTC [cited 2026 Jan 29]. Available from: https://www.slicer.org/w/index.php?title=Documentation/4.5/Developers/Tutorials/Debugging_Python_in_Visual_Studio&oldid=43802.
Bluebook style
Documentation/4.5/Developers/Tutorials/Debugging Python in Visual Studio, https://www.slicer.org/w/index.php?title=Documentation/4.5/Developers/Tutorials/Debugging_Python_in_Visual_Studio&oldid=43802 (last visited January 29, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Slicer Wiki",
title = "Documentation/4.5/Developers/Tutorials/Debugging Python in Visual Studio --- Slicer Wiki{,} ",
year = "2015",
url = "https://www.slicer.org/w/index.php?title=Documentation/4.5/Developers/Tutorials/Debugging_Python_in_Visual_Studio&oldid=43802",
note = "[Online; accessed 29-January-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/4.5/Developers/Tutorials/Debugging Python in Visual Studio --- Slicer Wiki{,} ",
year = "2015",
url = "\url{https://www.slicer.org/w/index.php?title=Documentation/4.5/Developers/Tutorials/Debugging_Python_in_Visual_Studio&oldid=43802}",
note = "[Online; accessed 29-January-2026]"
}