Re: Setting up VS Code on Windows for debugging

2025-10-02 Thread Brother Bill via Digitalmars-d-learn
On Monday, 29 September 2025 at 09:27:20 UTC, felixfxu wrote: On Sunday, 28 September 2025 at 10:47:45 UTC, Brother Bill wrote: I am using VS Code on Windows, and would like to use standard debugging, such as breakpoints, examining variable contents, etc. I am unable to do so, instead adding

Setting up VS Code on Windows for debugging

2025-09-28 Thread Brother Bill via Digitalmars-d-learn
I am using VS Code on Windows, and would like to use standard debugging, such as breakpoints, examining variable contents, etc. I am unable to do so, instead adding writeln to examine the run time. FWIW, author Adam Freeman prefers this approach, eschewing the debugger. But if I wanted to us