Skip to content

dragitz/simple-debugger

Repository files navigation

simple-debugger

Allow debugging LCU API calls via Fiddler

UPDATE

4th May 2023: To build do not use AnyCPU, make sure it is set to x64 release !

Remember to:

  • Wait for the client to open
  • Run Fiddler as Administrator
  • Tool > Options > tick "Decrypt https traffic"

immagine

Now you will be able to see api calls from 127.0.0.1:PORT

I recommend adding this 127.0.0.1; in the Hosts (Filters tab) and "Show only the following Hosts"

or you will get spammed by everything. If you want to see the store's calls, disable the filter.

immagine

Releases

No releases published

Languages