rbrisita / codio-sui

A media format for VS Code to record and playback the process of programming.
GNU Affero General Public License v3.0
10 stars 3 forks source link

Fix Debug Events #133

Closed rbrisita closed 2 years ago

rbrisita commented 2 years ago

Check Running with Debug Against VSCode v1.67.2

rbrisita commented 2 years ago
Turning off processing the debug stop event because of the different processing speeds
that can happen on the same computer. A stop event could be processed sooner than
when the debugger stops processing. This would halt a debug before it finishes.