//return project.getLocation().toOSString() + "/" + getFileName();
IResource file = project.findMember(path);
- return file.getLocation().toOSString();
+ return file.getFullPath().toOSString();
}
public String getFileName() {
IProject project = getProject().getProject();
if (!useRemoteDebugger())
- return project.getLocation().toOSString();
+ return project.getFullPath().toOSString();
else {
try {
return configuration.getAttribute(