mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Implementation of the source location.
This commit is contained in:
parent
df466bd14f
commit
addae70fe8
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ public class CSourceLocator implements ICSourceLocator
|
|||
private Object getSourceInput( IStackFrameInfo info )
|
||||
{
|
||||
Object result = null;
|
||||
if ( info != null )
|
||||
if ( info != null && fProject != null )
|
||||
{
|
||||
setInternalMode( ICSourceLocator.MODE_SOURCE );
|
||||
String fileName = info.getFile();
|
||||
|
|
Loading…
Add table
Reference in a new issue