This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Cant Step through C code

I seem to be having the same issue as someone in this thread:

http://www.keil.com/forum/15652/

I had it before and got it to go away, I'm not sure how...

Now nothing I do works, I cant debug at all...

I can still see the disassembly and step through that, but that isn't that useful when debugging data structures etc.

Does anyone have any clue what could cause this?

It happens when simulating or debugging on chip (STM32F4xx)

I tried deleting all output files and regenerating as well as everything listed in the above thread.

No errors are printed at all.

Any help would be appreciated

Parents
  • I've made progress!!! It seems that this only happens on my PC, which is a mac running windows in parallels...

    I just installed uvision on my partner's regualar windows PC and I can step thorugh C code, but now it breaks on every statement even if there isn't a breakpiont there, any reason this could happen?

Reply
  • I've made progress!!! It seems that this only happens on my PC, which is a mac running windows in parallels...

    I just installed uvision on my partner's regualar windows PC and I can step thorugh C code, but now it breaks on every statement even if there isn't a breakpiont there, any reason this could happen?

Children