Re: D-IDE now has a debugger!

2010-01-22 Thread zsxxsz
== Quote from A Bothe (i...@alexanderbothe.com)'s article
 Hello everyone,
 I just want to announce my new D-IDE version 1.0.3.7 which has an integrated
debugger now!
 http://alexanderbothe.com/?id=27

Great, but I can't run it in my win2000, which was crashed on win2000 when 
started.


Re: D-IDE now has a debugger!

2010-01-22 Thread A Bothe
Andrei Alexandrescu Wrote:

 Walter Bright wrote:
  A Bothe wrote:
  Hello everyone,
 
  I just want to announce my new D-IDE version 1.0.3.7 which has an 
  integrated debugger now!
 
  http://alexanderbothe.com/?id=27
  
  
  Thank you!
 
 Great work! Looks fit to publish a link to it on digitalmars.com.
 
 Andrei


Thank you very much for your responses !


Re: D-IDE now has a debugger!

2010-01-22 Thread Trass3r

Great, but I can't run it in my win2000


There's no point in supporting Win2k these days anymore.


Re: D-IDE now has a debugger!

2010-01-22 Thread A Bothe
Matthias Pleh Wrote:

 A Bothe schrieb:
  Hello everyone,
  
  I just want to announce my new D-IDE version 1.0.3.7 which has an 
  integrated debugger now!
  
  http://alexanderbothe.com/?id=27
 
 Could successfully build my test project, however when I start the 
 debugger, I get an unhandeld exception:
 
 
 System.IO.FileLoadException: Eine von DebugEngineWrapper, 
 Version=1.0.3672.35431, Culture=neutral, PublicKeyToken=null 
 importierte Prozedur konnte nicht geladen werden.
 Dateiname: DebugEngineWrapper, Version=1.0.3672.35431, Culture=neutral, 
 PublicKeyToken=null --- System.Runtime.InteropServices.COMException 
 (0x8007007F): Die angegebene Prozedur wurde nicht gefunden. (Ausnahme 
 von HRESULT: 0x8007007F)
 bei D_IDE.Form1.dbgContinueClick(Object sender, EventArgs e)
 bei System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, 
 EventArgs e)
 bei System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
 bei System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
 bei System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
 bei 
 System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, 
 ToolStripItemEventType met)
 bei System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, 
 ToolStripItemEventType met)
 bei System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
 bei System.Windows.Forms.Control.WmMouseUp(Message m, MouseButtons 
 button, Int32 clicks)
 bei System.Windows.Forms.Control.WndProc(Message m)
 bei System.Windows.Forms.ScrollableControl.WndProc(Message m)
 bei System.Windows.Forms.ToolStrip.WndProc(Message m)
 bei 
 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message m)
 bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message m)
 bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 
 msg, IntPtr wparam, IntPtr lparam)

This error only occurs in WinXP - I'm using Win7 but I also have an XP 
computer...I'll see what I can do there


Re: D-IDE now has a debugger!

2010-01-22 Thread Walter Bright

Trass3r wrote:

Great, but I can't run it in my win2000


There's no point in supporting Win2k these days anymore.


Not if it takes a lot of effort, but if it's an easy tweak it is worth 
doing.


D-IDE now has a debugger!

2010-01-21 Thread A Bothe
Hello everyone,

I just want to announce my new D-IDE version 1.0.3.7 which has an integrated 
debugger now!

http://alexanderbothe.com/?id=27


Re: D-IDE now has a debugger!

2010-01-21 Thread Walter Bright

A Bothe wrote:

Hello everyone,

I just want to announce my new D-IDE version 1.0.3.7 which has an integrated 
debugger now!

http://alexanderbothe.com/?id=27



Thank you!


Re: D-IDE now has a debugger!

2010-01-21 Thread Andrei Alexandrescu

Walter Bright wrote:

A Bothe wrote:

Hello everyone,

I just want to announce my new D-IDE version 1.0.3.7 which has an 
integrated debugger now!


http://alexanderbothe.com/?id=27



Thank you!


Great work! Looks fit to publish a link to it on digitalmars.com.

Andrei