# Software Debugging Related Issues ```{important} The SC series of MCUs can choose from the following debugging methods: * Log printing debugging method * Jlink, Ozone, UartService, SystemView online debugging methods * Dump memory offline debugging method * Crash scene preservation method * UI simulator debugging method ``` ```{toctree} :titlesonly: :maxdepth: 2 debug/log.md debug/icd.md debug/dump.md debug/crash.md ```