随笔分类 -  tools

摘要:Installation $ sudo apt install valgrind Usage $ g++ -g main.cpp -o main # to include debugging information with flag '-g' $ valgrind --leak-check=yes 阅读全文
posted @ 2022-06-14 16:54 hotfengz 阅读(68) 评论(0) 推荐(0)
摘要:Download flameshot ~~$ apt install flameshot~~ *The version of installed flameshot will be very low when using above method, we should use the followi 阅读全文
posted @ 2022-04-12 16:38 hotfengz 阅读(68) 评论(0) 推荐(0)
摘要:安装下面三个软件包 当然也可以只安装texlive-full,但这个包太大了,有很多用不到的子包。 $ sudo apt install latexmk $ sudo apt install texlive-xetex $ sudo apt install texlive-lang-chinese 阅读全文
posted @ 2022-04-10 19:38 hotfengz 阅读(190) 评论(0) 推荐(0)
摘要:在vscode的launch.json文件中的添加args选项后,需要选择Run -> Start Debugging 或按 F5进行调试,而不能点击如下图标进行调试。 reference: https://stackoverflow.com/a/69803152/16083372 阅读全文
posted @ 2022-04-08 19:41 hotfengz 阅读(646) 评论(0) 推荐(0)