Tool/software: Code Composer Studio
I declared a global variable in ISR and set a bp on that variable in order to observe how many times is this ISR triggered dynamically.
When debugging started, the program became very slow. I guess that most of cpu resource is taken away for executing this feature.
Is debug access port the only way for real-time debug?