Bug 394399 - Trying to display source from a non debug view context fails.
Summary: Trying to display source from a non debug view context fails.
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: Next   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-15 10:52 EST by Scott Tepavich CLA
Modified: 2020-09-04 15:25 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Tepavich CLA 2012-11-15 10:52:22 EST
We have a custom view attempting to display specific source & line information in the source view.  A problem arises when attempting to use displaySource with a file name path which is not accessible to the local host.  This opens the CSourceNotFoundEditor to help direct the user to define a path mapping.

The problem is the current API set does not preserve the original request, and attempts to open the source for the current debug context sans the original area request.