A post from the archive :
Making production diagnostics easier with Source Link
https://www.poppastring.com/blog/making-production-diagnostics-easier-with-source-link
#visualstudio #dumpanalysis #diagnostics #debugging
A post from the archive :
Making production diagnostics easier with Source Link
https://www.poppastring.com/blog/making-production-diagnostics-easier-with-source-link
#visualstudio #dumpanalysis #diagnostics #debugging
Set the default file encoding in Visual Studio | by Mark Downie.
https://devblogs.microsoft.com/visualstudio/set-the-default-file-encoding/?hide_banner=true
Effortless adjustments with an adaptive paste #visualstudio
https://devblogs.microsoft.com/visualstudio/effortless-adjustments-with-an-adaptive-paste/
I present the greatest IDE ever created (at least GUI based one). I also have the MSDN library that came with a tonne of awesome stuff.
【ChatGPT-4o】copilotと相談しながらモノ作ったら,3日工数予定が4時間で完成した件
関連記事
謎案件,小難しいWEBAPIの実装
めんどくさい仕様じゃったし,3日ぐらいかかるかねぇ~じゃった
今朝からgithub copilotと相談しながら,モノつくり
さすがのcopilotも難儀するやろなぁと思っておったら
こっちの質問にスラスラ回答を出してくる
その回答のソースコード(PHPやらJavaScript)やらが,ほぼ当たりコードばかり
9割は当たりだったぞ,今日は
結果,オイラが手で実装したら何日かかるかね~?じゃったが
4時間で荒っぽい完成に至ったべ
すげーぞ,copilot feat. ChatGPT-4o
こりゃ,いよいよ城主は失業じゃなドロドロドロ
現役引退して,世界を放浪しようず(爆
まぁ今から全体のテストをやるんで,まだまだかかるけど,なんか肩の荷が降りた感
この小難しい部分,出来るのか?心配してたんじゃが動き出したんで一安心
copilotと相談しながらのモノつくり,捗りすぎやろ
ますます手が離せんはずモルモルモル
Why the f**k do I have to install #VisualStudio with 1.4GB in order to get C++ Prerequisites in order to run #Rust? Are you f**king kidding me, #Microsoft? #EpicFail *beep* *beep* *bbbeeeeebeeep*
once in a while MSVC 2017 seems to miscompile the executable somehow
it seems a rebuild always fixes it
this time it made the tutorial hint text very big and the background incorrectly colored for some reason
it also seemed to break the texture atlas after some window resizing (to see what text was being enlarged), though that may just be a downstream effect of rendering huge letters
once again I've no idea how or why this happened
Dew Drop – March 26, 2025 (#4390)
https://www.alvinashcraft.com/2025/03/26/dew-drop-march-26-2025-4390/
Does anyone know if there’s already a petition or initiative in #Germany ot the #EU calling on higher education institutions (Universitäten and Fachhochschulen) to switch to #opensource software?
Specifically, I’m looking for efforts to stop the use of #Microsoft (Windows, Outlook, Exchange, MS Office, etc.) in administration and to move away from teaching tools like #Word,#Excel, or #visualstudio.
I'm looking for something similar to this: https://www.openpetition.de/petition/online/appell-an-die-hochschulrektorenkonferenz-zur-nutzung-sozialer-medien
A post from the archive :
View the origin of a repeating call stack
https://www.poppastring.com/blog/view-the-origin-of-a-repeating-call-stack
#diagnostics #debugging #visualstudio
How I Code with GitHub Copilot in Visual Studio 2022 to Boost Productivity Everyday
A post from the archive :
Using Visual Studio to search objects in a memory dump
https://www.poppastring.com/blog/using-visual-studio-to-search-objects-in-a-memory-dump
#dumpanalysis #visualstudio #debugging #diagnostics
Two things I learned this week about #MSVC / #VisualStudio:
1. If vcvars64.bat is not behaving itself for some reason, you can set VSCMD_DEBUG=1 and it will print more diagnostics. 2 and 3 print more still: 3 is an "OMG redirect to a file and sort through it later" level of verbosity.
2. If you do this, the script stops for a noticeable time just after printing "Sending telemetry". One of the reasons it's so slow is that it's phoning home! You can set VSCMD_SKIP_SENDTELEMETRY=1 to turn that off, improving speed as well as privacy.
This is commented in one of the sub-scripts VsDevCmd.bat with the command
REM Send Telemetry if user's VS is opted-in
but, of course, I have no memory of seeing any opt-in box to tick.
oh no
I just spent entirely too long debugging why my calls to `GetCursorPos` were never quite right. It'd always return a position on the primary monitor.
Was it not actually absolute?
Not DPI scaled?
Was I accidentally using uninitialized memory?
It was never _exactly_ the same position, what?
Nope.
The breakpoint was before the actual call to GetCursorPos.
I was getting the position of me clicking "step" in #VisualStudio
gonna go log off for the day now
Visual Studio: Leverage vision in Copilot Chat.
https://devblogs.microsoft.com/visualstudio/attach-images-in-github-copilot-chat/?hide_banner=true
Just published : Claude 3.7 Available for Visual Studio
https://www.poppastring.com/blog/claude-37-available-for-visual-studio
#copilot #artificialintelligence #visualstudio
Interesting extension for Visual Studio from Mads Kristensen