January 14, 2014
On Tuesday, 14 January 2014 at 14:12:54 UTC, Alexander Bothe wrote:
> Could you locate the binary libphobos file, open it e.g. with SciTE and look for some mangled string that contains 'finddata', such as
> _D2rt15deh_win64_posix13__eh_finddataFPvZPyS2rt15deh_win64_posix9FuncTable
>
> - something like this is required to have proper exception hooking :)
>
it's in there
January 14, 2014
On Tuesday, 14 January 2014 at 14:25:31 UTC, evilrat wrote:
> On Tuesday, 14 January 2014 at 14:12:54 UTC, Alexander Bothe wrote:
>> If you tried running your D programw with gdb, made a breakpoint at _Dmain and stepped through the method's code ...
>
> gdb test run (idk why i run with mi2 :( )

No need for having the weird mi2 interface :D

> http://pastebin.com/U7UTNfxM

Okay, so it actually is working - but only partwise. As I just executed that program, I was able to jump into stdin.readln(); as well. Dunno what reason this could have.

Could try to extend the sample application to see whether it's skipping everything else either?

Btw, could we meet in the irc #d or #d.mono-d ? I'm alex|D-Guy over there, it would be nice to see you there and have little more direct conversation than 'chatting' via the NG/Forum

>
> lldb just to compare =0
> http://pastebin.com/AxLUTuwy

Okay.
January 14, 2014
On Tuesday, 14 January 2014 at 14:43:26 UTC, Alexander Bothe wrote:
> On Tuesday, 14 January 2014 at 14:25:31 UTC, evilrat wrote:
>> On Tuesday, 14 January 2014 at 14:12:54 UTC, Alexander Bothe wrote:
>>> If you tried running your D programw with gdb, made a breakpoint at _Dmain and stepped through the method's code ...
>>
>> gdb test run (idk why i run with mi2 :( )
>
> No need for having the weird mi2 interface :D
>
>> http://pastebin.com/U7UTNfxM
>
> Okay, so it actually is working - but only partwise. As I just executed that program, I was able to jump into stdin.readln(); as well. Dunno what reason this could have.

stepping through stops on lots of functions down to main(), but no sources and lines. maybe i forgot something.

> Could try to extend the sample application to see whether it's skipping everything else either?
>
> Btw, could we meet in the irc #d or #d.mono-d ? I'm alex|D-Guy over there, it would be nice to see you there and have little more direct conversation than 'chatting' via the NG/Forum
>

sure, just not today, too busy at this moment.
January 17, 2014
On Tuesday, 14 January 2014 at 15:03:01 UTC, evilrat wrote:
> stepping through stops on lots of functions down to main(), but no sources and lines. maybe i forgot something.

http://mono-d.alexanderbothe.com/big-question-to-you-do-gdblldb-work-for-you-on-osx/

Woohoo, it's not my fault :-D
1 2 3
Next ›   Last »