digitalmars.D - Help : DMD debugger issue under Win NT and codeblocks
- Laurent Alebarde (12/12) Aug 23 2007 Hello,
- Jascha Wetzel (3/4) Aug 23 2007 get ddbg from http://ddbg.mainia.de/ and check out the documentation for...
Hello, I have just installed codeblocks, dmd and dmc. I am testing with a simple 'Hello World' copied from Digital Mars. Building and running are ok. Then, I tested the debugger, buildi the project for debug target, set a breakpoint, and run in debug mode. Here comes the problem, I have three successive windows telling : - The command line option 'nx' is invalid - The command line option 'fullname' is invalid - The command line option 'quiet' is invalid Then : "Debugger finished with status 1" I have checked codeblocks settings for compilers and debuggers in the Digital Mars D compiler section, but nothing relative to these messages. Does someone has an idea ? My codeblock build is : Jun 9 2007 18:23:06 - wx 2.8.4 My DMC version is V849 My DMD version is in accordance (downloaded at the same date - no version information found)
Aug 23 2007
Laurent Alebarde wrote:Does someone has an idea ?get ddbg from http://ddbg.mainia.de/ and check out the documentation for details.
Aug 23 2007