I'm debugging a CCS project with CCS v5.3 and BeagleBone rev. A6, using a PC with Windows XP Home Edition SP3, where I have installed a Virtual machine VMware v4.06, Ubuntu 10.04 LTS and SDK .ti-sdk-am335x-evm-05.07.00.00
I load the executable file on the target with RSE, launch the gdbserver on the target, in CCS environment launch debug configuration, debugging starts and stops on the first instruction of main, I enable a breakpoint (the correct icon appears), resume the program but it does not stop on breakpoint, instead, step by step it works.
In Breakpoint properties I see "Breakpoint is not attached to an active debug context. Please launch the debug session where this breakpoint is attached."
What means? I'm in debug session !!!
Thanks in advance for the help.