evanxuhe commented on issue #2914: Wrong Line Number in error stack after using skywalking URL: https://github.com/apache/skywalking/issues/2914#issuecomment-504066086 > If I remember right, we don't enhance class of `@ResponseBody`. Yes. Thank u for your patience. Finally we found that the stack appears that same after removing agent,which **proves that agent works well and make no any bad effects.** What's more, **the error stack is right and I understand wrongly before**. setVehicle(143) is the method that throws Exp while the line number points to where Exp really happens, which is inside setVehicle(line number 202). Therefore the stack shows in the right way. The guess from other developers ,at the first time, misled me to think it is caused by agent. Sorry for that. I will keep more cautious next time to prompt a issue
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
