HarmonyCore
HarmonyCore copied to clipboard
Traditional Bridge debug enhancement
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