Re: Step into in debugging.

2017-02-25 Thread drug via Digitalmars-d
hmm.. I didn't change my nickname. It was my answer.

Re: Step into in debugging.

2017-02-25 Thread digitalmars via Digitalmars-d
Of course no. When I have some problem I google a solution and often I find it. I'm sure that sharing your solution may be useful for somebody else. But very often people that have solved theirs problem do not share solution - they think something like who cares and so on. You didn't shy to p

Re: Step into in debugging.

2017-02-24 Thread ANtlord via Digitalmars-d
On Wednesday, 22 February 2017 at 14:35:14 UTC, drug wrote: Thank you for sharing this! Sarcasm?

Re: Step into in debugging.

2017-02-22 Thread drug via Digitalmars-d
22.02.2017 17:32, ANtlord пишет: On Wednesday, 22 February 2017 at 14:23:02 UTC, ANtlord wrote: My bad again. It appears I have a smaller knowledge that I think. I'm ended up in typecons because `allocator` is made by template `scoped` returns instance of internal static struct `Scoped` and it

Re: Step into in debugging.

2017-02-22 Thread ANtlord via Digitalmars-d
On Wednesday, 22 February 2017 at 14:23:02 UTC, ANtlord wrote: My bad again. It appears I have a smaller knowledge that I think. I'm ended up in typecons because `allocator` is made by template `scoped` returns instance of internal static struct `Scoped` and it has alias is asigned to method

Re: Step into in debugging.

2017-02-22 Thread ANtlord via Digitalmars-d
On Monday, 20 February 2017 at 13:55:57 UTC, ANtlord wrote: Hello! I care for project DCD. I've wanted to fix some issue in it very long time ago. But when I get a little bit of free time I encounter one big problem for me. I can't debug it using GDB. I can't go through call stack because I g

Re: Step into in debugging.

2017-02-20 Thread ANtlord via Digitalmars-d
On Monday, 20 February 2017 at 13:55:57 UTC, ANtlord wrote: Hello! I care for project DCD. I've wanted to fix some issue in it very long time ago. But when I get a little bit of free time I encounter one big problem for me. I can't debug it using GDB. I can't go through call stack because I g

Step into in debugging.

2017-02-20 Thread ANtlord via Digitalmars-d
Hello! I care for project DCD. I've wanted to fix some issue in it very long time ago. But when I get a little bit of free time I encounter one big problem for me. I can't debug it using GDB. I can't go through call stack because I get a number of issues. Long story short I've decided to solve