# Software Debugging-Related Issues ```{important} SiFli-series MCUs can use the following debugging methods: * Log Printing Debugging Method * Jlink, Ozone, UartService, and SystemView Online Debugging Methods * Dump Memory Offline Debugging Method * Crash Context Saving Method * UI Simulator Debugging Method ``` ```{toctree} :titlesonly: :maxdepth: 2 debug/log.md debug/icd.md debug/dump.md debug/crash.md ```