2013-03-18 03:51 AM
hi
in my project with RIDE7, when i use ''No optimization'' I can't use debugger but when i use size optimization I have a problem in some functions . can I use No optimization juste when I call this functions? #flawed-code #insufficient-information #optimization2013-03-19 08:30 AM
because code size limit exceeded.
Well, fine to tell us finally ... Might be a good time to think seriously about your toolchain.2013-03-19 08:47 AM
because code size limit exceeded.
then it is time to buy the full version debugging optimized code is (virtually) impossible2013-03-19 09:26 AM
debugging optimized code is (virtually) impossible
Only if you're beholden to single stepping it to understand flow characteristics of the underlying code. Optimization is more intolerant of flawed code.2013-03-19 12:03 PM
Optimization is
(more)
intolerant of flawed code.
That's something which should be pinned in front of every developers face!