Tracepoint in Goland

I use dlv debugger with Goland for remote debugging. I would like to know if there is any tracepoint instead of breakpoint to use in Goland IDE? The idea is to avoid pausing the system which is running.

0
正式评论

Have you tried right-clicking on the breakpoint and unchecking "Suspend"?

I just tried and it works  but it just passes the breakpoints and we cannot see the values correct?

0

I think we should use evaluate and log for that purpose.

0

You are correct. `Evaluate and log` coupled with the `Suspend` feature will provide the information you need, much like a tracepoint.

0

请先登录再写评论。