You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 theIModel
.So there are several things to do:
IModel
interface to provide access to resource specific mappingsIModel
The text was updated successfully, but these errors were encountered: