發表文章

目前顯示的是 11月, 2021的文章

[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