| Summary: | [remote launch] Properties are not saved/used | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Anna Dushistova <anna.dushistova> | ||||||
| Component: | cdt-debug | Assignee: | Ted Williams <ted> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | Ken Ryall <ken.ryall> | ||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | cdtdoug, marc.khouzam, mober.at+eclipse, pawel.1.piech, ted | ||||||
| Version: | 7.0 | ||||||||
| Target Milestone: | 8.0 | ||||||||
| Hardware: | PC | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
|
Description
Anna Dushistova
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 |