SiriusLab / ModelDebugging

Runtime and tools to bring execution and simulation in your domain specific tooling built with Sirius and/or Eclipse Modeling Framework.
Eclipse Public License 1.0
6 stars 10 forks source link

Changes to DebugTargetUtils and ThreadUtils #2

Closed d-leroy closed 8 years ago

d-leroy commented 8 years ago

Fixed a bug in the getStackFrame method in DebugTargetUtils that was causing an infinite loop when the stackframe name given as paramater was not the name of the bottom stackframe.

Changed the unchangeVariables method in ThreadUtils to unchange variables in every scope instead of just the one of the top stackframe.