Bug #9731 2006-12-15 05:58

bygreen

IDE could not watch the local variable when debugging

the source code is :

#include <stdio.h>

#include <stdlib.h>

int main()

{

int i=0;

int t;

t=i;

printf("Hello world!\n");

return 0;

}

the IDE could not watch the local variable when debugging this code.

Category
Debugger
Group
 
Status
Closed
Close date
2007-02-04 17:33
Assigned to
 
artoj 2007-01-17 15:02

This is Code::Blocks RC2 right?

You should use one of the recent nightly builds, I'm sure this is fixed already.

artoj 2007-02-04 17:33

Closing as this is fixed already (in SVN). Thank you for the bug report.