Debugging improvements - Visual Studio Natvis, GDB, LLDB

WebFreak001 d.forum at webfreak.org
Sat Apr 24 19:46:47 UTC 2021


On Saturday, 24 April 2021 at 18:59:29 UTC, mw wrote:
> On Saturday, 24 April 2021 at 17:44:39 UTC, WebFreak001 wrote:
>> On Saturday, 24 April 2021 at 17:16:48 UTC, mw wrote:
>>> [...]
>>
>> I haven't modified the expression parsing behavior (I don't 
>> know if I can even do that), it's only pretty printers
>
>
> Why they (keys & values) are showing below in VS code?
>
>
>> Incredible -- below in VS Code (with launch.json and dub.json 
>> config as shown on right) I am able to see arrays, strings, 
>> and associative arrays keys/values!
>
>
> The implementations are different? or there are fundamental 
> obstacles that cannot be done for GDB console?

the pretty printer implements summary & children (which are keys 
and values) If you can't find a command in the console for 
listing children then it will only be able to show a summary.


More information about the Digitalmars-d-announce mailing list