01 2023 档案
使用chrome浏览器调试nodejs
摘要:在命令行执行 node --inspect --inspect-brk <FILENAME>.js 打开Chrome,在地址栏输入 chrome://inspect/
lldb 指令记录
摘要:lldb启动程序 lldb直接启动程序 lldb <exebutable> 或者 lldb //进入lldb • (lldb) target create <executable> 带参数运行 lldb <executable> [arg0 arg1 ...] 或则 lldb //进入lldb (l