oldcordapp / OldCordV3

rewrite
GNU General Public License v3.0
8 stars 2 forks source link

Improve debuggability of clients #27

Open nulldg opened 3 weeks ago

nulldg commented 3 weeks ago

one potential option is to create a simple debug mitm which hosts on localhost and performs patching on the client's behalf. this would make it possible to debug the client while connected to any instance, local or remote. i might run into issues with CORS on the websocket, but we'll cross that bridge when we get there.