I am trying to debug my code written for MPC5748G with some sample application in it, but when I try to debug it, the breakpoint doesn't get hit at the main() function.
Even though the option of "Breakpoint at main" is checked in the debugger setting, but when I do it it doesn't stop there and then no other breakpoints get hit, even though I add in any numbers.
Any help on this.