Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T12:59:19.000Z (over 1 year ago)
- Last Synced: 2024-08-01T23:30:43.637Z (5 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"
![immagine](https://user-images.githubusercontent.com/8062792/159447174-361b8a65-6fb6-4413-b4c5-73beece4b9fd.png)
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](https://user-images.githubusercontent.com/8062792/159447749-f6bc42eb-01d5-470a-8621-8baf7e3acde0.png)