mrproliu commented on PR #55: URL: https://github.com/apache/skywalking-go/pull/55#issuecomment-1579737338
Ok, that's related to the [rewrite processing](https://github.com/apache/skywalking-go/tree/main/tools/go-agent/instrument/plugins/rewrite). At present, it may not cover all the scenarios that need to be rewritten. As the version iterations, the function will become more and more perfect. You can have a debug with the following steps: 1. Find the arguments of compile: The `instrument.log` file can be found in the **compiled temporary directory**, where you can find the parameter information of your current compiled package. 2. Debug the agent tools: Debug [Agent Tool](https://github.com/apache/skywalking-go/tree/main/tools/go-agent/cmd) with the arguments. If it's not easy for you, I can give you some help. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
