prepack icon indicating copy to clipboard operation
prepack copied to clipboard

Debugger should visualize control-flow forks that are being explored

Open NTillmann opened this issue 5 years ago • 1 comments

Otherwise, it's a bit difficult to understand the sequence of events when stepping through the code.

NTillmann avatar Aug 02 '18 21:08 NTillmann

Related: In order to determine conflicts, checkThatFunctionsAreIndependent runs functions multiple times. This is slow, and confusing from a debugging perspective.

NTillmann avatar Aug 02 '18 22:08 NTillmann