| Summary: | [remotecdt] Cannot debug application on remote embedded target when logon script (.profile) runs resize command | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Jan Pohanka <xhpohanka> |
| Component: | cdt-debug | Assignee: | cdt-debug-inbox <cdt-debug-inbox> |
| Status: | NEW --- | QA Contact: | Jonah Graham <jonah> |
| Severity: | major | ||
| Priority: | P3 | CC: | cdtdoug, mohamed_hussein, pawel.1.piech |
| Version: | 8.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Jan Pohanka
I have discovered the source of problem - it was not the user specification but the fact, that root had resize command on the last line of the .profile script. This command outputs COLUMNS=90;LINES=39;export COLUMNS LINES; on stdout and then the eclipse remote debug does not run anything else. Remote Debug is managed by CDT. We hit this issue recently in CDT 9.5 as well. Any clues where in CDT might the issue be? |