Boo0ns / arduino

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

Arduino IDE build.xml needs a debug target #479

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What change would like to see?
build.xml could use a debug target that is similar to the "run" target but does 
two things:
1. Console is still open when the software is running, so that 
system.out.println statements are visible.
2. If logging is available then enable the logging feature in debugging mode.

Why?
Convenient feedback for debugging.

Would this cause any incompatibilities with previous versions?  If so, how
can these be mitigated?
This would cause no incompatibilities.

Original issue reported on code.google.com by rick.rickanderson on 15 Feb 2011 at 3:55

GoogleCodeExporter commented 9 years ago
What operating system?  I think on Linux the messages are visible.  Any idea 
how to achieve this elsewhere?

Original comment by dmel...@gmail.com on 21 Feb 2011 at 3:48

GoogleCodeExporter commented 9 years ago
I figure out that for Mac OS X you have to set spawn to false to see the output 
on the command line. 

Original comment by rick.rickanderson on 11 May 2011 at 4:31