frontend
frontend copied to clipboard
Module tabs' body() called before toSpawn()
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.