Alex079 / vscode-avr-helper

Helper extension to simplify code compilation and flashing for AVR chips
MIT License
12 stars 1 forks source link

An option to see the avr-gcc command being executed #38

Closed marcinjahn closed 1 year ago

marcinjahn commented 1 year ago

I wish I could see the full command that the extension invokes to run avr-gcc. The extension shows avrdude's command, so it would makse sense to also show how avr-gcc is invoked.

eyalabraham commented 1 year ago

Just an observation, the developer has these logs displayed by VSCode in developer tools ( Help > Toggle Developer Tools > Console) an noted here.

marcinjahn commented 1 year ago

Thanks! That's great that I can see that already. However, opening Chromium Dev Console is a bit weird. It would be nice if avr-helper could log to some "normal" output in VS Code.

Alex079 commented 1 year ago

Hello!

I can see the following ways to implement it:

What do you think would be the better way to display the commands?

marcinjahn commented 1 year ago

Hi @Alex079, I also think the second option is alright, I guess that's how the avrdude output is implemented.

Alex079 commented 1 year ago

40 still needs some testing

Alex079 commented 1 year ago

published v2.2.0