bug in debug_enabled() (LPC11C14)
i have transfer my programm to LPC11C14 and single-step in debugger this Code:
-------------------------------
int i=debug_enabled();
if (i!=0)
debug_printf("Hello World\n");
-------------------------------
debug_enabled() give me always 0 an no debug_printf() work.
Then i disconnect and attach the target and debug_enabled() give me the korrect 1.
Debug probe is jlink.
Please sign in to leave a comment.
Comments
2 comments