In this chapter, the build tools employed for program development are explored in greater detail. The Pico-series C/C++ SDK and the Visual Studio Code extension streamline much of the process of building programs, yet gaining insight into the operations beneath these high-level tools can be highly beneficial. Following this, attention turns to the GNU debugger (gdb), which enables single stepping through programs and examining registers and memory during execution.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

How to Build and Debug Programs

  • Stephen Smith

摘要

In this chapter, the build tools employed for program development are explored in greater detail. The Pico-series C/C++ SDK and the Visual Studio Code extension streamline much of the process of building programs, yet gaining insight into the operations beneath these high-level tools can be highly beneficial. Following this, attention turns to the GNU debugger (gdb), which enables single stepping through programs and examining registers and memory during execution.