Software Archive
Read-only legacy content
17061 Discussions

Seeing Common Blocks

Intel_C_Intel
Employee
339 Views
My executable exports common blocks which my DLL imports. While debugging my DLL, using my executable as the 'Executable for debug seesion', I can use the IDE to 'Watch' local variables no problem. I can also use 'Watch' to 'see' the STRUCTURE of my common blocks, but not the CONTENT. Is this a limitation I can't get around? Do I have to copy everything into a local variable if I want to see it?
Anybody any idea?
0 Kudos
2 Replies
Steven_L_Intel1
Employee
339 Views
It's a bug, sorry. Fixed in 6.6 (free upgrade for 6.5 users, coming in August.)

Steve
0 Kudos
Intel_C_Intel
Employee
339 Views
OK, thanks Steve. It's likely that the development I'm working on won't be ready before August so if the upgrade's on time, everything will be dandy. In the mean time I'm OK because I can debug both sides - our project guys are getting the DLL workspace and they're likely to moan if they can see what's going on! ;o)
0 Kudos
Reply