Debug mode #1282
kettanaito
started this conversation in
RFC
Debug mode
#1282
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Short description
I propose to add debug mode to MSW.
Motivation
It's hard to debug issues around requests. MSW doesn't have any built-in debugger, so I usually breakpoint things manually every time. This is tedious and unnecessary.
Specification
debug
in Interceptors right now. We may also consider usingdebug
for MSW as a part of this proposal.Beta Was this translation helpful? Give feedback.
All reactions