| Summary: | Run configuration browse directory operation does not start in project directory | ||
|---|---|---|---|
| Product: | [Tools] PTP | Reporter: | John Eblen <jdeblen1> |
| Component: | RDT.sync | Assignee: | Greg Watson <g.watson> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | roland |
| Version: | 5.0.2 | ||
| Target Milestone: | 6.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
John Eblen
I have modified the application tab so that it will attempt to use the location of the project as the starting directory when browsing for the executable. For sync projects, this will be the sync location of the active configuration. However, the connection used by the resource manager specified in the launch configuration is independent of that used by the synchronized (or remote) project, so there is no guarantee that this directory even exists on the target system. In this case, it will default to the current working directory of the RM connection (usually the home directory of the user). The situation where the sync (or remote) project connection is different from the RM connection should probably be flagged as an error since it doesn't make much sense. Please open a separate bug if you think this would be useful. Note that this fix is in HEAD only as it requires an API change. |