Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugger gets confused if multiple resources are opened #37

Open
lschuetze opened this issue Jun 18, 2013 · 0 comments
Open

Debugger gets confused if multiple resources are opened #37

lschuetze opened this issue Jun 18, 2013 · 0 comments
Assignees
Labels

Comments

@lschuetze
Copy link
Member

If there are multiple resources opened the debugger gets confused. That is due to the mapping is hold on the IModel. If those two resources have the same model their mappings get overwritten. There have to be a resource dependent mapping on the IModel.

So there are several things to do:

  • change the IModel interface to provide access to resource specific mappings
  • make the scala post-parser to use this new interfaces
  • make the debugger to use the new interface of the IModel
@ghost ghost assigned lschuetze Jun 18, 2013
@lschuetze lschuetze removed this from the Dresden OCL 3.3.0 milestone Feb 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant