Bug 442618 - [xbase][debugger] No trace markers installed
Summary: [xbase][debugger] No trace markers installed
Status: NEW
Alias: None
Product: TMF
Classification: Modeling
Component: Xtext (show other bugs)
Version: 2.6.1   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-26 14:01 EDT by Stefan Oehme CLA
Modified: 2014-08-26 14:01 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Oehme CLA 2014-08-26 14:01:58 EDT
Currently there are no trace markers installed for any Xbase language except Xtend. This was no big deal until now since only the "Generated source view" used them. But now they are also used by conditional breakpoints. This means that content assist in the condition editor only works for Xtend.

The reason is that JavaProjectAwareTraceContribution makes trace URIs classpath-relative, so EclipseResourceFileSystemAccess2#flushSourceTraces will not be able to find their physical location again. This is fixed in Xtend's SourceRelativeFileSystemAccess, but needs to be done for all Xbase languages.