
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
> >>Did you call the compiler with option '-g'? This is necessary to > >>generate code which contains debug information for the debugger. > > > > > > Yes I did. > > my parameters: -O0 -g+ > > Actually, if you start your code in the asm window a window with C code > which contains your main() function should be opened. At this point the > execution halts because there is a breakpoint at the main function entry > by default. That's how it works to me. I solve this problem, I have problems with drivers. Thanks anyway. :) griva
| <-- __Chronological__ --> | <-- __Thread__ --> |