Alexander Bothe
Alexander Bothe
The debugger binding that examines D local values fully-fledged hasn't been finished yet. The current situation is of (on my side as Mono-D's programmer) expected behaviour, unfortunately.
I didn't know where I stopped back then, pretty much was already finished. I guess there were design problems with examining objects' types (i.e. associating a given type name with...
Thanks, I will - perhaps I can catch up some of the things that aren't working well atm :)
Okay, I spent some time trying to get the gdb D addin working.. I hate how I just can't fluently debug all the crap -- it's giving me headaches all...
Apparently it seems that the problem is some errornous interaction with gdb which wasn't there before: ``` gdb: gdb: =thread-group-added,id="i1" gdb: dbg>: =cmd-param-changed,param="auto-load safe-path",value="/" gdb: dbg>: (gdb) gdb: dbg>: ^done...
I haven't changed anything in the debugging-parts, I've only discovered some symptoms that show gdb is misbehaving. :/
Hi, okay, never thought this sort of syntax was ever allowed, but well :)
Ah, right, as soon as you reference any library, the default phobos reference becomes discarded. Just add phobos.lib to the "Default Linked-in Libraries" in Mono-D's settings.
First off: Good idea. What do you mean with 'import into project' in D terms? Referencing an include path and a library in the project build configuration? Or putting in...
I suppose, when starting the 'auto import all unresolved symbols', a list shall popup that shows the modules to import. Furthermore, single items may be deselected (like when you prefer...