Hacker News new | ask | show | jobs
by zffr 369 days ago
You set a breakpoint directly before this line, and then step forward. If you need the breakpoint to only trigger when there is an error, then you can use a conditional breakpoint that triggers when err != nil