-
Notifications
You must be signed in to change notification settings - Fork 30
Compiler error messages should not be cropped #77
Comments
Have you found a way to work around this? I'm having a hard time determinging what the compiler is complaining about. |
This will be probably done by implementing #79 or some logging panel. Currently the main goal is updating to latest Atom and fully support upcoming Photon. |
I had to do this pain in the arse to see full errors for another problem #110 In atom go to the menu -> View -> Developer -> toggle developer tools |
This is a real pain. Is this being worked on? |
Yes, we're going to introduce error console similar to one in Build IDE. |
This is rea big pain.. I get the error "build didn't produce binary Error: Command faild:.." I could see the full error .. this is minimum is ide that it shows what the error is .. |
Has this been implemented yet? This is the least lovable Particle Dev feature right now.. |
Unfortunately not yet. But it is on top of your Dev priorities! |
Compiler error messages are cropped in the UI:
Have I overlooked a way to see the full error messages somewhere? That would be helpful when debugging, as the important bits are often at the (cut-off) ends of the messages.
Maybe they could just be logged to the console?
Even better would be having inline error messages, like in the linter plugin ;)
The text was updated successfully, but these errors were encountered: