https://github.com/dragitz/simple-debugger
Allow debugging LCU API calls via Fiddler
https://github.com/dragitz/simple-debugger
debugger lcu-api league-client league-client-api
Last synced: 2 days ago
JSON representation
Allow debugging LCU API calls via Fiddler
- Host: GitHub
- URL: https://github.com/dragitz/simple-debugger
- Owner: dragitz
- Created: 2021-07-07T17:45:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T12:59:19.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T23:30:43.637Z (9 months ago)
- Topics: debugger, lcu-api, league-client, league-client-api
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 21
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-league - simple-debugger - Debug client API calls via Fiddler. (Developer Tools)
README
# 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"

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.
