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

Getting "Out Of scope" in watch window

Hi,

When I add a variable 'flags' to watch window, i'm getting value as "out of scope" even when PC( program counter) is at next line. Below is extract, could anybody let me know why its happening.

Code extract:

V3_VIRTUAL_PKT
v3_pk_alloc(int size, V3_VIRTUAL_PKT p_pkt, int flags)
{ if (flags & hf_ipaddr) return v3_udp_alloc(size, p_pkt); else { dtrap(); return NULL; }
}

Parents Reply Children
  • I have still the Problem in MDK ARMv4.12!!!!!

    I'm advised by my Customer to use Keil. This Tools are not really professional. Many helpful features I found years ago in Tasking IDE for C16x are still missing in Keil. I.E AutoComplete of function parameters.

  • You mean that lack of autocomplete is the reason for problems with debug information not having been loaded?

    Note that you can use whatever editor you want for writing your source code. But how good is Tasking IDE for debugging your target hardware, or emulating the processor?

    What is actually "professional"? What features should an IDE have? You could fill it with so much bloat that it will be no good for any developer. But a professional tool can just as well be designed with a minimum of editing extras and just specialize in the things that no general package can match.

  • In fact, the Tasking IDE is CodeWright!