利用断点跟踪infolog提示的错误

If you get an error in the Infolog and want to trace the error using the debugger, you can set a
breakpoint just before the error is inserted in the Infolog. Go to the class method Info.add() and set a
breakpoint in the first code line.

你可能感兴趣的:(Class,Go)