jung6717 / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

Compile errors sometimes not shown #89

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
See
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1248626686/3

Compile errors are truncated or even gone completely (the brown error message 
background shows 
up, but no text). This is apparently because the environment creates 
intermediary code which it 
can't relate to the literal code when errors happen. Yuck.

I have no idea how this hasn't been addressed already. A very serious bug!

Original issue reported on code.google.com by grant.pa...@gmail.com on 22 Aug 2009 at 8:20

GoogleCodeExporter commented 9 years ago
Which version of Arduino are you using? Some of these issues have been fixed in 
0017. Do you still see 
them there?

Original comment by dmel...@gmail.com on 22 Aug 2009 at 9:09

GoogleCodeExporter commented 9 years ago
I've had this issue occur too.  Sadly I couldn't get verbose mode working so I 
can't
even tell you which error it is!  The window border simply went brown, with no 
output
displayed.

How do we enable VERBOSE mode in 0017 - I couldn't find the entry in the prefs 
file -
maybe I'm blind?

Original comment by rleylan...@gmail.com on 26 Aug 2009 at 8:17

GoogleCodeExporter commented 9 years ago
The verbose preferences is still there in 0017.  Can you post some code samples 
that have this problem?

Original comment by dmel...@gmail.com on 29 Aug 2009 at 10:39

GoogleCodeExporter commented 9 years ago
Here is the simplest example I can produce. The error is a missing semicolon in 
the file "Testclass1.h"; the error 
message is "Bad error line: -3". This happens to me all the time, and the error 
message you get can be almost 
anything.

Original comment by b.hilken...@gtempaccount.com on 8 Nov 2009 at 3:38

Attachments: