ErnSur/Unity-Http-Debugger

Add Request Breakpoints

Closed this issue · 0 comments

  • ability to assign a breakpoint to a request ID
  • when the game tries to log a request with a breakpoint
    • pause game
    • await until user closes the mock exchange window
    • show special mock exchange window/inspector
      • allow inspecting/edit requests that will be sent
      • allow mocking response
  • add an IDE breakpoint from the editor?