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

Keil UVision build debug

Hi,

as far as i know, uvision does not support different project settings for an easy change between a build for debug and for productive code, like you can do in e.g. visual studio.

does anyone have a workaround for this? or how do you do it? or am i doing something wrong?

this would be nice for removing debug messages in the productive build or to disable the watchdog easily while debugging the code.

Parents
  • You create two targets in uVision, one with the Debug settings and one without. When you create the second target it will automatically inherit the settings from the current target. You can then change the appropriate settings.

    Once you have two targets then you can then easily switch between the targets.

Reply
  • You create two targets in uVision, one with the Debug settings and one without. When you create the second target it will automatically inherit the settings from the current target. You can then change the appropriate settings.

    Once you have two targets then you can then easily switch between the targets.

Children