Bug #17289 2010-06-21 13:37

gradux

Watches window

in Debuggin Windows > Watches

[-] Local variables

don't show my variables when I use a char array

code

#define MAX_STR_LEN 5

...

char cx[MAX_STR_LEN];

char cy[MAX_STR_LEN];

char xoubolinha[MAX_STR_LEN];

int x;

int y;

...

Watches window display only variables "cx" and "cy"

CB 10.05 rev 6283

Win 7, 32bits

Category
Debugger
Group
 
Status
Closed
Close date
2013-10-02 17:17
Assigned to
 
ollydbg 2010-06-26 01:20

Where did you set the breakporint to show these local variables?

tpetrov 2013-10-02 17:17

This bug is now fixed in HEAD.

Thank you for reporting it.