From alferd.tyson at gmail.com Tue Aug 18 12:58:14 2020 From: alferd.tyson at gmail.com (Mary) Date: Tue, 18 Aug 2020 12:58:14 +0000 Subject: Visual D debugger tuple _expand_field Message-ID: https://forum.dlang.org/post/vtqellwzeulquyjjoknq at forum.dlang.org On Monday, 24 February 2020 at 12:07:45 UTC, Arjan wrote: > On Sunday, 23 February 2020 at 17:22:13 UTC, Rainer Schuetze > wrote: >> >> >> On 20/02/2020 23:03, BetaDamnit wrote: >>> [...] >> >> This is the result of the compiler lowering the tuple to a >> number of variables ___field_. No info is >> generated about this being a structure-like compound. >> >> I have added support to the debugger to recombine these >> variables to an expandable array, but it wasn't actually >> trivial: >> https://github.com/rainers/mago/commit/451f856fd70a311460af1153ce1a1647059b5d89 >> >> It will be in the next release. > > Rainer, you worth more money! Thank you for your relentless > effort and support, it is highly appreciated, at least by me. > Thanks! > Arjan try new version it will fix all bugs