CW7.0 for ColdFire -> debugger

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CW7.0 for ColdFire -> debugger

1,725 Views
Nouchi
Senior Contributor II
Hi,

I would like to know how to display local variables and function parameters  in debug data window.
I tried to set to the minimum compiler level optimization, to check "Show Hidden locals" box  without any success, it displays "no local variables"
It worked with CW6.4.


Thanks,
Emmanuel




Message Edited by BugMan on 2008-05-14 09:57 AM
Labels (1)
0 Kudos
2 Replies

290 Views
RichTestardi
Senior Contributor II
Hi,
 
I think you need to turn off register coloring and rebuild...  This behavior is new for CW7.0.
 
  Project Settings -> Code Generation -> ColdFire Processor.
 
One time I found a post on the web indicating the debugger had not caught up to the code generator in this regard, so I tried it, and it worked.
 
-- Rich
 
0 Kudos

290 Views
Nouchi
Senior Contributor II
Great!!!

Just works fine.......


0 Kudos