Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hi Together, i'm writing a small application for a university project where i jump with breakpoints through my code. I noticed that when I set a breakpoint and then put the cpu back into run mode it takes a long time. Relative to that I am much faster with single instruction step. The blocks I run through are basic blocks with ~10 instruction. breakpoint step ~ 4ms single instruction step ~100µs My expectation was that I could iterate through the code much faster with breakpoints. I use a JLINK …