HarmonyCore icon indicating copy to clipboard operation
HarmonyCore copied to clipboard

Traditional Bridge debug enhancement

Open hippiehunter opened this issue 2 years ago • 0 comments

The goal for tooling around traditional bridge is that developers don't need to run using visual studio in order to diagnose

  • data transfer issues
  • dbr startup issues
  • code that breaks the json-rpc protocol accidentally (careless logging to the terminal, hard crashes, unexpected stop statements)

To this end here is a WIP list that should move us in that direction.

  • [ ] Return full logs via SignalR callback for authorized users (dev credentials?) when connection options have been set somehow.
  • [x] https://github.com/Synergex/HarmonyCore/issues/178
  • [ ] https://github.com/Synergex/HarmonyCore/issues/78
  • [ ] https://github.com/Synergex/HarmonyCore/issues/77

hippiehunter avatar Mar 18 '22 22:03 hippiehunter