steps:
1. run a program
2. get PID
3. attach to process by PID, the C::B watches window shows "no symbol table info available"
4. the toolbar debug command "Next line/Next instruction/Step into/Step out" work properly, the watches window shows the variable name and value correctly now.
5. using "send user command to debugger" to send comands such as "c"(continue),"b"(set breakpoint),it works properly.
6. the toolbar debug command "Start/Continue/Run to cursor" will kill the process being attached and start a new program without warning.
It looks like something wrong with the toolbar debug command "Start/Continue/Run to cursor" when attaching to process , or do I miss anything?