Difference between revisions of "Documentation/4.1/Developers/Tutorials"
From Slicer Wiki
(→HOW TO) |
m (→HOW TO) |
||
Line 14: | Line 14: | ||
<hr> | <hr> | ||
* [[Documentation/{{documentation/version}}/Developers/Tutorials/Debug Instructions|Use debugger with Slicer application]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/Debug Instructions|Use debugger with Slicer application]] | ||
− | * [[Documentation/{{documentation/version}}/Developers/Tutorials/Troubleshooting|Troubleshoot Slicer | + | * [[Documentation/{{documentation/version}}/Developers/Tutorials/Troubleshooting|Troubleshoot Slicer / Narrow down issues such as crash, or memory leaks]] |
* [[Documentation/{{documentation/version}}/Developers/Tutorials/MemoryManagement|Prevent memory leaks]] | * [[Documentation/{{documentation/version}}/Developers/Tutorials/MemoryManagement|Prevent memory leaks]] | ||
<hr> | <hr> |
Revision as of 18:27, 16 June 2012
Home < Documentation < 4.1 < Developers < TutorialsHOW TO
- Create a CLI module
- Create a Loadable module
- Create a Scripted module
- Create an Editor effect
- Bundle your module(s) into a Slicer extension
- Use debugger with Slicer application
- Troubleshoot Slicer / Narrow down issues such as crash, or memory leaks
- Prevent memory leaks
- Prerequisites, Notes, Coding style and step-by-step