GDI: Reading From Memory Address: 0x030, count: 1
GDI: DiMemoryRead()==> DI_OK
GDI: 00
GDI: Writing To Memory Address: 0x028, count: 2
GDI: 00 00
GDI: DiMemoryWrite()==> DI_OK
GDI: Reading From Memory Address: 0x028, count: 2
GDI: DiMemoryRead()==> DI_OK
GDI: 00 00
GDI: DiExecSingleStep(1)==> DI_OK
GDI: Reading From Memory Address: 0x0FC70, count: 1
GDI: DiMemoryRead()==> DI_OK
GDI: 06
GDI: Writing To Memory Address: 0x0FC70, count: 1
GDI: 00
GDI: DiMemoryWrite()==> DI_OK
GDI: Reading From Memory Address: 0x0FC70, count: 1
GDI: DiMemoryRead()==> DI_OK
GDI: 06
GDI: Breakpoints not available in the GDI DLL.
GDI: Writing To Memory Address: 0x02A, count: 1
This is part of the command window output.
I am trying to debug on the target. Even if i set a breakpoint It is not encountered.
The breakpoints is set at address 0x0FC70, The flow of PC does not stop after encountering breakpoint.
I am using codewarrior IDE version 5.9.0 build 5294
GDI: Breakpoints not available in the GDI DLL.
How to enable breakpoints??