Community
Participate
Working Groups
From Marc's comment for bug 314659: So, this Properties.. is a global setting, right? Well, when I use it, it does not work. I set the skip download to enabled by default and the binary still gets downloaded based on the launch checkbox. If I create a new launch, it does not take the global property either.
This is the "properties" button in the Main tab of the Remote launch, next to the Connection.
I tested it, it works except one thing: if you create launch configuration (default DSF launch) and then change the launcher to CDI it loses the properties, i.e. if you had "skip download" checked in properties, when you switch to CDI it becomes unchecked.
Created attachment 173939 [details] patch that enables saving
(In reply to comment #2) > I tested it, it works except one thing: > if you create launch configuration (default DSF launch) and then change the > launcher to CDI it loses the properties, i.e. if you had "skip download" > checked in properties, when you switch to CDI it becomes unchecked. So when you use DSF and you set "skip download" in the Properties button, it sets the "skip download" in the launch also?
(In reply to comment #4) > (In reply to comment #2) > > I tested it, it works except one thing: > > if you create launch configuration (default DSF launch) and then change the > > launcher to CDI it loses the properties, i.e. if you had "skip download" > > checked in properties, when you switch to CDI it becomes unchecked. > > So when you use DSF and you set "skip download" in the Properties button, it > sets the "skip download" in the launch also? Yes. And if you switch to CDI debug, it should keep it as well.
Created attachment 174312 [details] same patch that can be applied after refactoring was made Had to redo the patch because of remote launch plugin refactoring.
committed
*** cdt cvs genie on behalf of tewillia *** [318052] [remote launch] Properties are not saved/used [*] RemoteCMainTab.java 1.2 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.1&r2=1.2 [*] RemoteCDSFMainTab.java 1.2 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.1&r2=1.2