digitalmars.D.dwt - dwt2 debug lib
- yidabu (9/9) Mar 30 2009 how about pre-build dwt2 debug lib for debugger?
- Frank Benoit (8/9) Mar 30 2009 Right, that was missing.
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
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
On Mon, 30 Mar 2009 12:11:15 +0200 Frank Benoit <keinfarbton googlemail.com> wrote:yidabu schrieb: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/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
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: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/yidabu schrieb:Thanks. how about name debug lib like: debug lib: dwt-base-d.lib release lib: dwt-base.libhow 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