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

add script and instruction for protoc plugins debug #139

Merged
merged 3 commits into from
Nov 9, 2018
Merged

add script and instruction for protoc plugins debug #139

merged 3 commits into from
Nov 9, 2018

Conversation

burov
Copy link

@burov burov commented Nov 6, 2018

I provide some kind of tutorial and utill scripts for protoc plugins debugging

@burov burov requested review from dkukharau and Evgeniy-L November 6, 2018 15:07
@Evgeniy-L
Copy link
Contributor

I remember we discussed if this need to go to toolkit, gentool or a separate package. I think we had idea of having it in gentool

Updates for readme
Fix readme layout
# Debugging protoc plugins

Sometimes we need debug our protoc plugins with standart IDE debug tool.
We have two ways how we can do it. First we can mock input content and start debug session, second use delve remote debug server.
Copy link
Contributor

Choose a reason for hiding this comment

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

I would suggest to make delve a link or put it in quotes

@burov
Copy link
Author

burov commented Nov 9, 2018

@dkukharau We want review from you

@@ -0,0 +1,13 @@
FROM golang:1.10.0 AS builder

Choose a reason for hiding this comment

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

Why have this file here if we've already put it in README?

Copy link
Author

Choose a reason for hiding this comment

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

Because we use this file in docker build command, you must change it and use as a default behavior

@burov burov merged commit c36a60a into infobloxopen:master Nov 9, 2018
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.

3 participants