Help to launch the debugger in VS Codium.
WebFreak001
d.forum at webfreak.org
Tue Dec 13 11:24:01 UTC 2022
On Tuesday, 13 December 2022 at 10:22:02 UTC, Mahdis wrote:
> On Tuesday, 13 December 2022 at 09:48:30 UTC, WebFreak001 wrote:
>
>> [...]
>
> Sorry, I have a problem again, I made these settings, but it
> compiles, then the result is displayed and it stops:
>
> [...]
how are you compiling your app? If you run dmd manually, make
sure to include the `-g` flag to enable debugging symbols (needed
for debugging)
More information about the Digitalmars-d-ide
mailing list