| Summary: | checkbox cleared when changing tab in remote application debug configuration | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | stijn.souffriau | ||||||||||||||
| Component: | cdt-debug | Assignee: | Marc Khouzam <marc.khouzam> | ||||||||||||||
| Status: | RESOLVED FIXED | QA Contact: | Ken Ryall <ken.ryall> | ||||||||||||||
| Severity: | minor | ||||||||||||||||
| Priority: | P3 | CC: | anna.dushistova, cdtdoug, marc.khouzam, pawel.1.piech | ||||||||||||||
| Version: | 7.0.1 | ||||||||||||||||
| Target Milestone: | 7.0.2 | ||||||||||||||||
| Hardware: | PC | ||||||||||||||||
| OS: | Linux | ||||||||||||||||
| Whiteboard: | |||||||||||||||||
| Attachments: |
|
||||||||||||||||
|
Description
stijn.souffriau
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 |