www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - dwt2 debug lib

reply yidabu <dyuyan.spam gmail.com> writes:
how about pre-build dwt2 debug lib for debugger?




-- 
yidabu <yidabu.spam gmail.com>
http://www.dsource.org/projects/dwin/

D 语言-中文(D Chinese):
http://www.d-programming-language-china.org/
http://bbs.d-programming-language-china.org/
http://dwin.d-programming-language-china.org/
http://scite4d.d-programming-language-china.org/
Mar 30 2009
parent reply Frank Benoit <keinfarbton googlemail.com> writes:
yidabu schrieb:
 how about pre-build dwt2 debug lib for debugger?
Right, that was missing. I added this to the rakefile. You can now enable that with $ rake DEBUG=1 base swt or set the environment variable DEBUG to '1'. $ set DEBUG=1 $ rake base swt
Mar 30 2009
parent reply yidabu <dyuyan.spam gmail.com> writes:
On Mon, 30 Mar 2009 12:11:15 +0200
Frank Benoit <keinfarbton googlemail.com> wrote:

 yidabu schrieb:
 how about pre-build dwt2 debug lib for debugger?
Right, that was missing. I added this to the rakefile. You can now enable that with $ rake DEBUG=1 base swt or set the environment variable DEBUG to '1'. $ set DEBUG=1 $ rake base swt
Thanks. how about name debug lib like: debug lib: dwt-base-d.lib release lib: dwt-base.lib -- yidabu <yidabu.spam gmail.com> http://www.dsource.org/projects/dwin D 语言-中文(D Chinese): http://www.d-programming-language-china.org/ http://bbs.d-programming-language-china.org/ http://dwin.d-programming-language-china.org/ http://scite4d.d-programming-language-china.org/
Mar 30 2009
parent yidabu <dyuyan.spam gmail.com> writes:
On Tue, 31 Mar 2009 06:08:55 +0800
yidabu <dyuyan.spam gmail.com> wrote:

 On Mon, 30 Mar 2009 12:11:15 +0200
 Frank Benoit <keinfarbton googlemail.com> wrote:
 
 yidabu schrieb:
 how about pre-build dwt2 debug lib for debugger?
Right, that was missing. I added this to the rakefile. You can now enable that with $ rake DEBUG=1 base swt or set the environment variable DEBUG to '1'. $ set DEBUG=1 $ rake base swt
Thanks. how about name debug lib like: debug lib: dwt-base-d.lib release lib: dwt-base.lib
or make a new directory for debug lib -- yidabu <yidabu.spam gmail.com> http://www.dsource.org/projects/dwin D 语言-中文(D Chinese): http://www.d-programming-language-china.org/ http://bbs.d-programming-language-china.org/ http://dwin.d-programming-language-china.org/ http://scite4d.d-programming-language-china.org/
Mar 30 2009