We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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; } }
In fact, the Tasking IDE is CodeWright!