Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add custom reflection server for easy debug #9

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ssddOnTop
Copy link
Member

No description provided.

build.rs Outdated Show resolved Hide resolved
@@ -0,0 +1,384 @@
#![allow(unused)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you explain what's debug benefits of having internals of tokio-reflection here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

debug prints! It is quite helpful while working on tc and we want some debug prints

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please, don't.
If you want to debug external crates you can use https://crates.io/crates/cargo-rhack when you need it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants