Re: Debugging D in windows

2018-12-09 Thread Murilo via Digitalmars-d-debugger
Hi guys, thank you for helping me out here, there is this facebook group for the D language, here we can help and teach each other. It is called Programming in D. Please join. https://www.facebook.com/groups/662119670846705/?ref=bookmarks

Re: Debugging D in windows

2018-11-07 Thread Murilo via Digitalmars-d-debugger
On Thursday, 16 June 2016 at 07:40:17 UTC, moe wrote: On Wednesday, 15 June 2016 at 21:05:43 UTC, moe wrote: Thanks for the info! I will try it tomorrow, when I have some time and give some feedback then. Ok, I have tried your suggestions. And I also followed these instructions: http://dlang.

Re: Debugging D in windows

2016-06-17 Thread moe via Digitalmars-d-debugger
On Friday, 17 June 2016 at 09:24:10 UTC, Rainer Schuetze wrote: On 16.06.2016 22:56, moe wrote: On Thursday, 16 June 2016 at 07:40:17 UTC, moe wrote: [...] I still can't get past this error. It might be worth mentioning that the problem only occurs when building for 64bit with the -m64 f

Re: Debugging D in windows

2016-06-17 Thread Rainer Schuetze via Digitalmars-d-debugger
On 16.06.2016 22:56, moe wrote: On Thursday, 16 June 2016 at 07:40:17 UTC, moe wrote: On Wednesday, 15 June 2016 at 21:05:43 UTC, moe wrote: Thanks for the info! I will try it tomorrow, when I have some time and give some feedback then. Ok, I have tried your suggestions. And I also followed

Re: Debugging D in windows

2016-06-16 Thread moe via Digitalmars-d-debugger
On Thursday, 16 June 2016 at 07:40:17 UTC, moe wrote: On Wednesday, 15 June 2016 at 21:05:43 UTC, moe wrote: Thanks for the info! I will try it tomorrow, when I have some time and give some feedback then. Ok, I have tried your suggestions. And I also followed these instructions: http://dlang.

Re: Debugging D in windows

2016-06-16 Thread moe via Digitalmars-d-debugger
On Wednesday, 15 June 2016 at 21:05:43 UTC, moe wrote: Thanks for the info! I will try it tomorrow, when I have some time and give some feedback then. Ok, I have tried your suggestions. And I also followed these instructions: http://dlang.org/dmd-windows.html#environment I can't get passed

Re: Debugging D in windows

2016-06-15 Thread moe via Digitalmars-d-debugger
Thanks for the info! I will try it tomorrow, when I have some time and give some feedback then.

Re: Debugging D in windows

2016-06-15 Thread Rainer Schuetze via Digitalmars-d-debugger
On 15.06.2016 19:53, moe wrote: Hi, I am trying to debug in windows. So far I am trying to use windbg like described here: http://dlang.org/windbg.html However, in windbg when using "g _Dmain" I get an error message: "No Debuggee specified". Can anybody tell me what I am missing here? I could

Debugging D in windows

2016-06-15 Thread moe via Digitalmars-d-debugger
Hi, I am trying to debug in windows. So far I am trying to use windbg like described here: http://dlang.org/windbg.html However, in windbg when using "g _Dmain" I get an error message: "No Debuggee specified". Can anybody tell me what I am missing here? I could not find anything online and I