Re: debug mixins

2017-03-16 Thread Jonathan M Davis via Digitalmars-d-learn
On Wednesday, March 15, 2017 13:01:36 Inquie via Digitalmars-d-learn wrote: > On Wednesday, 15 March 2017 at 03:50:21 UTC, Jonathan M Davis > > wrote: > > On Wednesday, March 15, 2017 03:43:20 Inquie via > > > > Digitalmars-d-learn wrote: > >> [...] > > > > Related: https://issues.dlang.org/show_bu

Re: debug mixins

2017-03-15 Thread Inquie via Digitalmars-d-learn
On Wednesday, 15 March 2017 at 03:50:21 UTC, Jonathan M Davis wrote: On Wednesday, March 15, 2017 03:43:20 Inquie via Digitalmars-d-learn wrote: [...] Related: https://issues.dlang.org/show_bug.cgi?id=5051 - Jonathan M Davis So, after 3 years, nothing?

Re: debug mixins

2017-03-14 Thread Stefan Koch via Digitalmars-d-learn
On Wednesday, 15 March 2017 at 03:43:20 UTC, Inquie wrote: So, is it possible to debug string mixins? I ran visual D and tried to step in to a function that was generated by a mixin and it brought an open file dialog box asking me to load the source code where the function was located... of c

Re: debug mixins

2017-03-14 Thread Jonathan M Davis via Digitalmars-d-learn
On Wednesday, March 15, 2017 03:43:20 Inquie via Digitalmars-d-learn wrote: > So, is it possible to debug string mixins? > > I ran visual D and tried to step in to a function that was > generated by a mixin and it brought an open file dialog box > asking me to load the source code where the functio

debug mixins

2017-03-14 Thread Inquie via Digitalmars-d-learn
So, is it possible to debug string mixins? I ran visual D and tried to step in to a function that was generated by a mixin and it brought an open file dialog box asking me to load the source code where the function was located... of course, it wasn't located anywhere except in the mixin strin