Replies: 2 comments
-
You can set the debug level using the
From what I know, The rust plugin was not ported to use grpc yet. So it is quite out of date. |
Beta Was this translation helpful? Give feedback.
0 replies
-
hi @jtong - I tried your repo, and was able to install the plugin. I get a different error when I run a sample project:
I need to investigate further. To answer your question around debugging:
Hope this gives you a start. Please feel free to send more questions! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying make the old plugin gauge-rust works because our project coco write with rust and I want to add some living document for it and more than that.
I forked the gauge-rust repo and change some code to make it running now. It can be compiled successfully and install as a plugin. But I am stuck on the step gauge core connecting to plugin's grpc server.
I got logs like these:
I want to get more information to find a way to make my application work, so could anyone tell me how to debug gauge's golang code?
Beta Was this translation helpful? Give feedback.
All reactions