Arduino Forum
>
Using Arduino
>
Programming Questions
>
Is there a way to be able to debug a built-in C ++ class in the Arduino IDE?
Print
Go Down
Pages:
[1]
Topic: Is there a way to be able to debug a built-in C ++ class in the Arduino IDE?
(Read 126 times)
previous topic
-
next topic
shinkai
Newbie
Posts: 2
Karma: 0
[add]
Is there a way to be able to debug a built-in C ++ class in the Arduino IDE?
Nov 11, 2019, 09:27 pm
Hello all,
Is there a way to be able to debug a built-in C ++ class in the Arduino IDE?
Because of I want to debug SoftwareSerial class of esp8266.
Thank you very much,
Robin2
Brattain Member
Posts: 70,514
Karma: 3641
[add]
Re: Is there a way to be able to debug a built-in C ++ class in the Arduino IDE?
#1
Nov 11, 2019, 11:15 pm
The source code is available as part of the IDE but the IDE does not have any debugging facilities.
...R
Two or three hours spent thinking and reading documentation solves most programming problems.
Coding Badly
Global Moderator
Brattain Member
Posts: 22,684
Karma: 1544
[add]
http://code.google.com/p/arduino-tiny/
Re: Is there a way to be able to debug a built-in C ++ class in the Arduino IDE?
#2
Nov 12, 2019, 01:21 am
Thread moved.
Print
Go Up
Pages:
[1]
Loading...