top | item 34285241 (no title) tcbasche | 3 years ago testsDo you really step through the debugger to see if something works? discuss order hn newest Decabytes|3 years ago When a test fails it can be difficult to pinpoint where in the pipeline it's failing. Using a debugger and setting break points is really helpful to help find the location where things are going wrong. 32gbsd|3 years ago So you debug it then you write the tests? Or you write the tests first then you debug? Because you gotta debug it at some point.
Decabytes|3 years ago When a test fails it can be difficult to pinpoint where in the pipeline it's failing. Using a debugger and setting break points is really helpful to help find the location where things are going wrong.
32gbsd|3 years ago So you debug it then you write the tests? Or you write the tests first then you debug? Because you gotta debug it at some point.
Decabytes|3 years ago
32gbsd|3 years ago