Re: Debug dmd2 using gdb 7.6 on windxp

2014-11-03 Thread Rainer Schuetze via Digitalmars-d-debugger
On 03.11.2014 15:50, Zaher Dirkey wrote: @ljkp I retried with the CDB, Not worked, maybe i have bad configuration for cdb debugger in CodeBlock. do i need to add like Arguments or Initialization commands? I'm not sure it was obvious but cdb is a command line version of the Microsoft windows

Re: Debug dmd2 using gdb 7.6 on windxp

2014-11-03 Thread Rainer Schuetze via Digitalmars-d-debugger
On 03.11.2014 15:31, Zaher Dirkey wrote: We need to add to the environment _NT_SYMBOL_PATH=srv*c:\DownstreamStore*http://msdl.microsoft.com/download/symbols Do you mean this has an influence on using cv2pdb? I would be surprised. For the Visual Studio debugger you can also set this path in

Re: Debug dmd2 using gdb 7.6 on windxp

2014-11-03 Thread Zaher Dirkey via Digitalmars-d-debugger
@ljkp I retried with the CDB, Not worked, maybe i have bad configuration for cdb debugger in CodeBlock. do i need to add like Arguments or Initialization commands? On Sunday, 2 November 2014 at 15:27:52 UTC, ljkp wrote: On Thursday, 16 October 2014 at 11:25:07 UTC, Zaher Dirkey wrote: Hi, I

Re: Debug dmd2 using gdb 7.6 on windxp

2014-11-03 Thread Zaher Dirkey via Digitalmars-d-debugger
We need to add to the environment _NT_SYMBOL_PATH=srv*c:\DownstreamStore*http://msdl.microsoft.com/download/symbols //it just a note for my self On Friday, 31 October 2014 at 15:09:48 UTC, Zaher Dirkey wrote: Also there is another problem i fixed, it is cv2pdb that come with VisualD, it is win

Re: Debug dmd2 using gdb 7.6 on windxp

2014-11-02 Thread ljkp via Digitalmars-d-debugger
On Thursday, 16 October 2014 at 11:25:07 UTC, Zaher Dirkey wrote: Hi, I want to debug my application using gdb, i used last mingw version that include gdb7.6, i use CodeBlock as editor, but i notice gdb can't run my exe in windows xp(sp3), i added -gc to compiler but it fail to start gdb dmd

Re: Debug dmd2 using gdb 7.6 on windxp

2014-11-02 Thread Zaher Dirkey via Digitalmars-d-debugger
Thank you Rainer, yes, it is show me as not win32 error. now it is work on 2008 like a charm. On Friday, 31 October 2014 at 16:38:04 UTC, Rainer Schuetze wrote: On 31.10.2014 16:09, Zaher Dirkey wrote: Also there is another problem i fixed, it is cv2pdb that come with VisualD, it is win64 so

Re: Debug dmd2 using gdb 7.6 on windxp

2014-10-31 Thread Rainer Schuetze via Digitalmars-d-debugger
On 31.10.2014 16:09, Zaher Dirkey wrote: Also there is another problem i fixed, it is cv2pdb that come with VisualD, it is win64 so i installed original one form http://dsource.org/projects/cv2pdb Strange, the project does not even have an x64 configuration. It seems building with VS2013 se

Re: Debug dmd2 using gdb 7.6 on windxp

2014-10-31 Thread Zaher Dirkey via Digitalmars-d-debugger
Also there is another problem i fixed, it is cv2pdb that come with VisualD, it is win64 so i installed original one form http://dsource.org/projects/cv2pdb

Re: Debug dmd2 using gdb 7.6 on windxp

2014-10-31 Thread Zaher Dirkey via Digitalmars-d-debugger
On Friday, 31 October 2014 at 11:02:29 UTC, Rainer Schuetze wrote: On 31.10.2014 11:31, Zaher Dirkey wrote: Failed to install VS2010 i have links to download but icons not appears, So i downloaded VS2080 and VisualD (VisualD in c:\programs\visuald), Create new D project in c:\temp\testd (no

Re: Debug dmd2 using gdb 7.6 on windxp

2014-10-31 Thread Rainer Schuetze via Digitalmars-d-debugger
On 31.10.2014 11:31, Zaher Dirkey wrote: Failed to install VS2010 i have links to download but icons not appears, So i downloaded VS2080 and VisualD (VisualD in c:\programs\visuald), Create new D project in c:\temp\testd (no spaces) but then i have Error in compiling -- Rebuild All started

Re: Debug dmd2 using gdb 7.6 on windxp

2014-10-31 Thread Zaher Dirkey via Digitalmars-d-debugger
Failed to install VS2010 i have links to download but icons not appears, So i downloaded VS2080 and VisualD (VisualD in c:\programs\visuald), Create new D project in c:\temp\testd (no spaces) but then i have Error in compiling -- Rebuild All started: Project: testd, Configuration: Debug W

Re: Debug dmd2 using gdb 7.6 on windxp

2014-10-29 Thread Zaher Dirkey via Digitalmars-d-debugger
While i am trying to download VS2010, I will go to install gdc, there is only version for mingw 4.6 for windows but, i have 4.8, do i need to revert back to mingw 4.6?

Re: Debug dmd2 using gdb 7.6 on windxp

2014-10-28 Thread Rainer Schuetze via Digitalmars-d-debugger
On 28.10.2014 19:34, Zaher Dirkey wrote: On Friday, 24 October 2014 at 11:21:20 UTC, Martin Krejcirik wrote: What compiler are you using ? Maybe gdc can produce debug info compatible with gdb on Windows. If that fails, you have to use visualD, which works great. I used last one DMD2 gdc made

Re: Debug dmd2 using gdb 7.6 on windxp

2014-10-28 Thread Zaher Dirkey via Digitalmars-d-debugger
On Friday, 24 October 2014 at 11:21:20 UTC, Martin Krejcirik wrote: What compiler are you using ? Maybe gdc can produce debug info compatible with gdb on Windows. If that fails, you have to use visualD, which works great. I used last one DMD2 gdc made some conflicts versions with my mingw, so

Re: Debug dmd2 using gdb 7.6 on windxp

2014-10-24 Thread Martin Krejcirik via Digitalmars-d-debugger
What compiler are you using ? Maybe gdc can produce debug info compatible with gdb on Windows. If that fails, you have to use visualD, which works great.

Re: Debug dmd2 using gdb 7.6 on windxp

2014-10-24 Thread Zaher Dirkey via Digitalmars-d-debugger
Mission failed

Re: Debug dmd2 using gdb 7.6 on windxp

2014-10-21 Thread Zaher Dirkey via Digitalmars-d-debugger
I found CDB in WinSDKWin32Tools in DVD that you can download it from Microsoft site http://www.microsoft.com/en-us/download/details.aspx?id=8442 I choose GRMSDK_EN_DVD.iso More info https://developer.mozilla.org/en-US/docs/Windows_SDK_versions#Windows_7_SDK I will try it. On Monday, 20 Octobe

Re: Debug dmd2 using gdb 7.6 on windxp

2014-10-20 Thread Zaher Dirkey via Digitalmars-d-debugger
I searched before, but i found this after post https://groups.google.com/forum/#!topic/ddt-ide/CGDT7ucgZvU this very old http://forum.dlang.org/thread/ck0rbi$2cn1$1...@digitaldaemon.com

Debug dmd2 using gdb 7.6 on windxp

2014-10-16 Thread Zaher Dirkey via Digitalmars-d-debugger
Hi, I want to debug my application using gdb, i used last mingw version that include gdb7.6, i use CodeBlock as editor, but i notice gdb can't run my exe in windows xp(sp3), i added -gc to compiler but it fail to start gdb dmd -gc hello.d gdb hello.exe If it work it will work with CodeBlock