Added page about debugging TSK code

This commit is contained in:
Brian Carrier 2014-09-19 13:18:26 -04:00
parent a7a3601683
commit f42fb989e2
2 changed files with 4 additions and 1 deletions

View File

@ -673,6 +673,8 @@ INPUT = main.dox \
platformConcepts.dox \ platformConcepts.dox \
regressionTesting.dox \ regressionTesting.dox \
native_libs.dox \ native_libs.dox \
modDevPython.dox \
debugTsk.dox \
../../Core/src \ ../../Core/src \
../../CoreLibs/src \ ../../CoreLibs/src \
../../KeywordSearch/src \ ../../KeywordSearch/src \

View File

@ -11,7 +11,7 @@ If you want to write modules, then these pages are for you:
- \subpage platform_page - \subpage platform_page
- Setup - Setup
- \subpage mod_dev_page - \subpage mod_dev_page
- \subpage mod_dev_python_page - \subpage mod_dev_py_page
- The following are based on specific types of modules: - The following are based on specific types of modules:
- \subpage mod_ingest_page - \subpage mod_ingest_page
- \subpage mod_report_page - \subpage mod_report_page
@ -23,6 +23,7 @@ These pages are more detailed if you want to modify Autopsy code instead of writ
- \subpage workflow_page - \subpage workflow_page
- \subpage regression_test_page - \subpage regression_test_page
- \subpage native_page - \subpage native_page
- \subpage mod_debugTsk_page
<!-- Note that Case still has lots of content in package.dox --> <!-- Note that Case still has lots of content in package.dox -->
*/ */