Just found this debugger...
tide
tide at tide.tide
Wed Oct 3 23:51:38 UTC 2018
On Wednesday, 3 October 2018 at 13:20:03 UTC, JN wrote:
> On Wednesday, 3 October 2018 at 03:25:04 UTC, solidstate1991
> wrote:
>> Then I had a thought: Is there anything usable on the market
>> besides these?
>
> It may not be enough for your needs, but VSCode C++ debugger
> somewhat works for D. I can't set breakpoints, but stepping
> through code works and watches also work for most simple types.
Enable the setting in your user/workspace:
// Allow setting breakpoints in any file.
"debug.allowBreakpointsEverywhere": true,
More information about the Digitalmars-d
mailing list