Community
Participate
Working Groups
Build Identifier: M20100211-1343 The (Label)"Skip download to target path" checkbox is cleared every time you change from the (Title)"Main" tab to another one. This happens in the Debug configurations dialog for "C/C++ Remote Applications". Reproducible: Always Steps to Reproduce: 1. Make a C/C++ remote application debug configuration 2. Check the "Skip download to target path" box in the Main tab 3. Change to another tab 4. Go back to the Main tab. (the box should be cleared)
Remote launcher plugin was moved to CDT several years ago.
Created attachment 186046 [details] patch that fixes the problem
Created attachment 186672 [details] Alternative fix (In reply to comment #2) > Created attachment 186046 [details] > patch that fixes the problem Hi Anna, Looking at the other tabs that use updateLaunchConfigurationDialog() in the rest of CDT, I don't them disabling that method during initialization, so I'm not sure this is the way to go. How about this simpler solution instead. It seems to work with my tests. I've only done it for DSF-GDB, so if you think the solution is good, you can port it to CDI.
Marc, thanks a lot, I overlooked this one. I'll port it to CDI and post the patch.
Created attachment 186683 [details] patch for the CDI main tab Marc, here is the patch for the RemoteCMainTab.
(In reply to comment #5) > Created attachment 186683 [details] > patch for the CDI main tab > > Marc, here is the patch for the RemoteCMainTab. Looks like the same patch as before...
Created attachment 186732 [details] correct patch My bad, here is the correct one.
*** cdt cvs genie on behalf of mkhouzam *** Bug 333453: checkbox cleared when changing tab in remote application debug configuration. [*] RemoteCMainTab.java 1.3 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/launch/remote/tabs/RemoteCMainTab.java?root=Tools_Project&r1=1.2&r2=1.3 [*] RemoteCDSFMainTab.java 1.3 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/launch/remote/tabs/RemoteCDSFMainTab.java?root=Tools_Project&r1=1.2&r2=1.3
Created attachment 186835 [details] Solution for HEAD This is what I applied to HEAD
Created attachment 186836 [details] Solution for the 7_0 branch And this is the patch for the 7_0 branch which I committed.
Fixed. Thanks Anna.
*** cdt cvs genie on behalf of mkhouzam *** Bug 333453: checkbox cleared when changing tab in remote application debug configuration [*] RemoteCMainTab.java 1.3.4.1 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/cross/org.eclipse.cdt.launch.remote/src/org/eclipse/cdt/launch/remote/Attic/RemoteCMainTab.java?root=Tools_Project&r1=1.3&r2=1.3.4.1