frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Module tabs' body() called before toSpawn()

Open Cloud7050 opened this issue 2 years ago • 0 comments

The body() and toSpawn() methods of a module tab are each passed the DebuggerContext, with the latter method being used to decide whether to spawn the former. However, body() gets called before toSpawn() is checked, which is a somewhat unexpected call order when trying to extract module contexts in the new module context system.

Cloud7050 avatar Apr 12 '22 00:04 Cloud7050