I'm debugging a python grpc client problem and need tracers that per the docs are only available when the grpc client was build with debug mode enabled:
> The following tracers will only run in binaries built in DEBUG mode. This is accomplished by invoking CONFIG=dbg make <target> I can build the python module from source by following the instructions here <https://github.com/grpc/grpc/tree/fd3bd70939fb4239639fbd26143ec416366e4157/src/python/grpcio>. But it's not clear to me how to enable debug mode when building this way. What's the best way to get python binaries built with debug mode? Thanks, Whitney -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/a266bae1-5b9b-4d36-ba4b-b16fdc9e646an%40googlegroups.com.
