Open shaoyuanhangyes opened 3 years ago
https://shaoyuanhangyes.github.io/2021/05/13/LeetCode%E5%88%B7%E9%A2%98%E4%B9%8BGolang%E6%A8%A1%E7%89%88/#more
前言在LeetCode上刷题时 有的时候自己无法理解和追踪某个变量的变化 因此需要debug代码 但LeetCode的debug功能很鸡肋 不如自己在本地编译器中进行断点调试 但LeetCode的解题只需要写出功能的函数即可 所以我们需要自己补写出其他函数来保证debug的成功
哇 耗时两个小时 可算把 Gitalk恢复正常了
https://shaoyuanhangyes.github.io/2021/05/13/LeetCode%E5%88%B7%E9%A2%98%E4%B9%8BGolang%E6%A8%A1%E7%89%88/#more
前言在LeetCode上刷题时 有的时候自己无法理解和追踪某个变量的变化 因此需要debug代码 但LeetCode的debug功能很鸡肋 不如自己在本地编译器中进行断点调试 但LeetCode的解题只需要写出功能的函数即可 所以我们需要自己补写出其他函数来保证debug的成功