4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【Arduino IDE使いやすくしよう】行番号を表示してエラーを追いやすく

Last updated at Posted at 2016-02-17

新しいテキストエディターをインストールしたらまずはじめにやることの一つといっても過言ではない「行番号の表示」。Arduino IDEでは標準で非表示なのでデバッグしづらい、、、

コンパイル時にエラーが発生しました。

コンパイル時にエラーを検出してくれます。
が、行番号がないとどこのことやら、、、と(キャプチャはBlinkのスケッチなのでわかりやすいですが)。
img_01.png

行番号を表示する

Arduino IDEのメニューから[ファイル]→[環境設定]で環境設定画面を開きます。行番号のチェックボックスがあるのでチェックを入れます。
img_02.png

エラーも一目瞭然!

かなり追いやすくなりますね。ledPinという変数が無いですよと。
img_03.png

すでにみなさんやってますよね、、、

この記事で取り上げることもなかったかもしれませんが、きっと誰かの役になってくれるはず!

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?