[Note 2] Software Debugger Library for Arduino IDE 在Arduino開發環境中的軟體偵錯程式庫

This video shows the test procedure of the software debugger used in the Arduino IDE.

本視頻展示一個軟體偵錯器在Arduino開發環境中的測試過程。

This debugger provides set/clean break point and display data in the serial monitor. 

這個偵錯器可以提供設定/清除中斷點,以及將資料顯示在序列埠視窗中。

Links below will help you understand this debugger in more detail.

以下連結可以幫助您更好瞭藉這個偵錯器:

1. https://www.arduino.cc/reference/en/libraries/debugger/

2. https://github.com/jspayneco/Debugger


留言

這個網誌中的熱門文章

使用VS code開發Python程式 - Matplotlib繪圖

使用Pycharm開發Python程式與用Matplotlib繪圖

[Python][tkinter] Build tkinter GUI 使用tkinter建立圖形視窗