Community
Participate
Working Groups
Build Identifier: I20100603-1500 when choose "Terminate and Remove" to a process from the right-click menu under the debug view, the other processes' frame or stack information will be all removed as well. Reproducible: Always Steps to Reproduce: source file: ArraySum.x10 executable:ArraySum.out compiled by X10C++ Reproducibility: yes Step 1: Set task number as 3 in the debug configuration window. Step 2: Start running the above X10 program. Step 3: When the cursor stops at the main entry, select thread 1 of process 0 at the main function under debug view. Step 4: Right click the selected thread and choose "Remove and Terminate" from the popped menu. Result: Stack and frame information for the other two process has been wiped out as well. So we will not be able to issue any debugging commands to the two remaining processes.
What version of PTP are you using? Can you please try it with the recently released 4.0.3?
We encountered this problem using HEAD stream of PTP.
Created attachment 180359 [details] Problems with the menu option "Terminate and Remove"