Rainer Schuetze
Rainer Schuetze
Thanks @schveiguy for the reviews.
For platforms that VS supports already (e.g. ARM), you can copy the D releated files from "c:\Program Files\Microsoft Visual Studio\2022\Preview\Msbuild\Microsoft\VC\v170\Platforms\x64\ImportBefore" and ImportAfter to the respective platform folder. This adds the...
Argh. Signing the binary might help, but unfortunately the certificate of the foundation expired. I guess you can still run the installer from within VS if you switch the check...
Any news on this? I am running into the same issue (using ESP-IDF 5.1): after a while packets in the mesh are duplicated if they are passed through intermediate nodes....
Thanks @Lukas-H-97 for the hints and examples. Maybe I skipped over it, but forgot about `MESH_TOS_DEF`. I'm trying that now, but it'll take some time before getting results. When using...
After about 3 days my test mesh with 13 nodes still runs smoothly without any notable duplicates (though only observed indirectly). Most packets in our mesh are standard network traffic,...
Indeed, it seems that it should work. I suspect that it is masked by he string visualization, you can still see the length value if you use `text,!` to show...
The problem here is that the text argument is actually passed by reference ABI-wise, and that's typed as a pointer in the debug info. The expression evaluator fails to crawl...
It should be possible to fix it in the compiler (LDC seems to work better), but in this case, the evaluator should also support the indirection when using '.' with...
You can find a preliminary version of the fixed debugger plugin in the artifacts of the CI builds here: https://ci.appveyor.com/project/rainers/mago/build/artifacts You just need to replace this file: "c:\Program Files\Microsoft Visual...