automation-for-humans
automation-for-humans copied to clipboard
Debugging and step through ability.
Need to have the ability to put break points and step through the test cases. Modify it during run time and step backwards.
- The https://github.com/microsoft/debug-adapter-protocol seems like a good place to start.