Adam Meltzer

Results 19 comments of Adam Meltzer

Any Write-Warning/Write-Verbose/Write-Host that runs I'd like to see in the test case output. In the XML it would look something like this: ``` xml ... powershell output goes here ......

Understood. Even if some other command needed to be used for logging I think it's important to have more details captured in the output XML. Pass/fail results are useful for...

If Write-Host would present compatibility problems, capturing things like Write-Verbose/Write-Warning into the NUnit XML would certainly be valuable as well.

@gob52 I came here to file the same bug as I came across this same issue yesterday. Thanks for sharing a workaround. At least it's simple enough. Hopefully this bug...

Great info. I hadn't dug into the implementation so I just assumed it was due to sequential file access. :) Any perf improvements would be much welcome. I'd love to...

It's a very large module for a very large product. There's really no practical way to break it up into submodules - it's already some 20 assemblies and a single...

Discussion on community forum: https://community.platformio.org/t/debugger-using-huge-amounts-of-cpu-and-battery-until-python-is-force-quit/25512

I wonder if this is at all related to #2683 and the extension using the Xcode version of Python vs the ~/.platformio version. Note in my repro above its using...

Just a quick update -- I'm seeing this when performing both native debugging on my local machine as well as when doing JTAG debugging against a board. It seems to...

Was there a reason this was removed? This log entry seems extremely useful.