Hi,
I have two questions:
1. JUnit won't stop at breakpoints, here are my java codes:
long breakPoint = debugSession.symbol.getAddress("main");
System.out.println("breakPoint :" + breakPoint);
int brkInstall = debugSession.breakpoint.add(breakPoint);
2. debugSession.memory.loadProgram always erase the entire FLASH memory. Is it possible to configure it only erase necessary flash?
My CCS version is: 5.3.0.00090 with JUNIT 4.11, JAVA version 1.7.0_25.
Thanks
Jun