slycelote / caide

Automates certain common tasks that you do during programming competitions
84 stars 18 forks source link

VsCaide-What is the difference between run tests and debug tests? #52

Closed mingyEx closed 1 year ago

mingyEx commented 1 year ago

I didn't find this in the docs, if it's already in the docs please point it out,thanks!

mingyEx commented 1 year ago

I found it there

Run Test simply runs the test and return results Debug Test with cause the action to stop when it hits breakpoints.