Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Output monitor don't shows sketch memory usage #1215

Closed
lozziboy opened this issue Mar 24, 2021 · 20 comments
Closed

Output monitor don't shows sketch memory usage #1215

lozziboy opened this issue Mar 24, 2021 · 20 comments
Labels

Comments

@lozziboy
Copy link

lozziboy commented Mar 24, 2021

As described in the title, after compiling the sketch, vscode output monitor don't shows sketch memory usage like in the IDE environment (below)

sketch memory

@cth000182
Copy link

You can change your Log Level in the settings under the Arduino Extension. It should be "Info" but you can change to "Verbose" - you have to search a bit, but the usage is there.

@lozziboy
Copy link
Author

lozziboy commented Mar 25, 2021

You can change your Log Level in the settings under the Arduino Extension. It should be "Info" but you can change to "Verbose" - you have to search a bit, but the usage is there.

That's true.
However it's a big disadvantage the fact that this important information is drowned among hundreds of others, so there is the needs to waste time in searching for it.
In my opinion in the IDE environment this is managed in a better way

@cth000182
Copy link

@lozziboy I completely agree! We ran into this yesterday and were wondering why our compiler was not showing the normal information during a build - thought we broke something! Did not know it was an update...

Hopefully, they can get this resolved as showing the usage is quite important when writing code. If we find a method, I will post here.

@adiazulay
Copy link
Contributor

Thanks for catching this bug, this likely has to do with how the IntelliSense generates the settings. Will look into this for the next release.

@iqapps
Copy link

iqapps commented May 31, 2021

Reminder: We got a new release since the last comment here

@dasfdlinux
Copy link

Still missing this percent usage.

@dealmeal
Copy link

Thanks for catching this bug, this likely has to do with how the IntelliSense generates the settings. Will look into this for the next release.

Please 🙏

@dasfdlinux
Copy link

@adiazulay Can this be marked as a regression and moved higher up in the priority list? At the moment I'm writing my source in Code, and then going to my other monitor where I have the Arduino IDE pulled up for compiling so I can get the program space utilization.

Not to be a grouch, but this has been marked as an issue for over six months. And it's not a feature request, it was the result of a breaking change.

@nyaaaaaaatalie
Copy link

+1. This is a necessary feature for me and not having it is making me slowly crawl back to the Arduino IDE.

AlexIII added a commit to AlexIII/vscode-arduino that referenced this issue Nov 7, 2021
AlexIII added a commit to AlexIII/vscode-arduino that referenced this issue Nov 7, 2021
AlexIII added a commit to AlexIII/vscode-arduino that referenced this issue Nov 10, 2021
benmcmorran added a commit that referenced this issue Jan 13, 2022
Fix #1215 Output sketch memory usage in non-verbose mode
@benmcmorran
Copy link
Member

Reopening this because we haven't actually shipped the fix yet, as you can see above #1383 is merged and should fix this issue for English locales. Work for other languages is tracked by #1417

@benmcmorran benmcmorran reopened this Jan 13, 2022
@benmcmorran benmcmorran added fixed-pending-release Fix is merged and will be included in the next release. and removed investigating labels Jan 13, 2022
@github-actions github-actions bot added the triage New issues that have not been reviewed. label Jan 13, 2022
@benmcmorran benmcmorran removed the triage New issues that have not been reviewed. label Jan 13, 2022
@dasfdlinux
Copy link

Thank you, @AlexIII and @benmcmorran!

@github-actions github-actions bot removed the fixed-pending-release Fix is merged and will be included in the next release. label Jan 15, 2022
@benmcmorran
Copy link
Member

This issue has been fixed in the latest release of this extension, which is available in the VS Code extension marketplace.

@Ing-Dom
Copy link

Ing-Dom commented Feb 18, 2022

memory usage is not displayed with 0.4.11

@lozziboy
Copy link
Author

memory usage is not displayed with 0.4.11

That's not true in my case
image

@BelKed
Copy link
Contributor

BelKed commented Feb 18, 2022

Probably it's related to this issue:

@Ing-Dom
Copy link

Ing-Dom commented Feb 18, 2022

indeed!

I switched the arduino ide's language to english (was on the system default, that is german) and now it is working.

2022-02-18 20_32_42-Window

@hicwic
Copy link

hicwic commented Apr 27, 2022

thx, English language on arduino IDE does the trick. Was in french, changed to English, restarted VSCode, et memory report is displaying. Thx you

@hydrafi
Copy link

hydrafi commented Feb 18, 2023

Yes it works, but only if IDE used. Now Ide is deprecated .... with cli the report is displayed only if verbose, but there are too much info... with info flag the report isn't displayed ... is there a solution?

@SimonArrowhead
Copy link

Is there any progress in resolving this issue?

@matteolavaggi
Copy link

Problem still here with last version of VSC + Arduino extension using Arduino CLI and Arduino IDE in english:

`Writing | ################################################## | 100% 0.14s

avrdude: 848 bytes of flash written

avrdude done. Thank you.

IntelliSense configuration already up to date. To manually rebuild your IntelliSense configuration run "Cmd+Alt+I"
[Done] Uploading sketch 'ArduinoCopilot.ino'`

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests