digitalmars.D.debugger - bug?
- bobef (4/4) Apr 03 2007 When running the "r" command and the output says
- Jascha Wetzel (3/7) Apr 04 2007 this will be fixed in the next release.
- bobef (2/10) Apr 04 2007
- Jascha Wetzel (4/18) Apr 04 2007 in Ddbg CLI mode, the source file and line should always be printed
- bobef (5/5) Apr 04 2007 Actually I can't give you an example where this is not the case :)
- Jascha Wetzel (2/9) Apr 04 2007
- bobef (2/2) Apr 08 2007 dbp without arguments says
- Jascha Wetzel (2/5) Apr 10 2007
When running the "r" command and the output says kernel.dll loaded blahblah.dll loaded there is null symbol after every file name ie "kernel.dll\0 loaded"
Apr 03 2007
this will be fixed in the next release. thanks for the report. bobef wrote:When running the "r" command and the output says kernel.dll loaded blahblah.dll loaded there is null symbol after every file name ie "kernel.dll\0 loaded"
Apr 04 2007
There is also a space after "Breakpoin 0 hit " Jascha Wetzel <[firstname] mainia.de> Wrote:this will be fixed in the next release. thanks for the report. bobef wrote:When running the "r" command and the output says kernel.dll loaded blahblah.dll loaded there is null symbol after every file name ie "kernel.dll\0 loaded"
Apr 04 2007
in Ddbg CLI mode, the source file and line should always be printed after "... hit ". can you give an example where this isn't the case? bobef wrote:There is also a space after "Breakpoin 0 hit " Jascha Wetzel <[firstname] mainia.de> Wrote:this will be fixed in the next release. thanks for the report. bobef wrote:When running the "r" command and the output says kernel.dll loaded blahblah.dll loaded there is null symbol after every file name ie "kernel.dll\0 loaded"
Apr 04 2007
Actually I can't give you an example where this is not the case :) For me the source filename and line are printed on the next line ie: "Breakpoint 0 hit \ntest.d:21" dmd 1.0010 ddbg 0.0.6 in normal mode (ie ddbg.exe)
Apr 04 2007
ah that's true - fixed in next release (newline) bobef wrote:Actually I can't give you an example where this is not the case :) For me the source filename and line are printed on the next line ie: "Breakpoint 0 hit \ntest.d:21" dmd 1.0010 ddbg 0.0.6 in normal mode (ie ddbg.exe)
Apr 04 2007
thanks, goes into the next release bobef wrote:dbp without arguments says "usage: bp source:line"
Apr 10 2007