Skip to content

Only use TDBContextProxys for contexts from stack of the debugged process #77

@LinqLover

Description

@LinqLover

For instance, when debugging the simulator, it can get a problem that every historic context is wrapped in a TDBContextProxy which does not account for changes in i.e. the method accessor.

Possible implementations:

  • Introduce separate protocols in the cursor for retrieving TDBContextProxys, and only answer regular proxies via the normal interface.
  • Before answering a context proxy, test whether there is a trace for the original object.
  • Discuss what happens if the code is manipulating its contexts manually, and whether we want to support this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions