www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript
electronics



digitalmars.D.debugger - bug?

↑ ↓ ← bobef <dont spam.com> writes:
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
↑ ↓ Jascha Wetzel <"[firstname]" mainia.de> writes:
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
↑ ↓ bobef <asd asd.asd> writes:
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
↑ ↓ Jascha Wetzel <"[firstname]" mainia.de> writes:
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
↑ ↓ bobef <asdasd asdalfksdj85.asdasld> writes:
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
↑ ↓ Jascha Wetzel <"[firstname]" mainia.de> writes:
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
↑ ↓ bobef <asd asd.asd> writes:
dbp without arguments says

"usage: bp source:line"
Apr 08 2007
↑ ↓ → Jascha Wetzel <"[firstname]" mainia.de> writes:
thanks, goes into the next release

bobef wrote:
 dbp without arguments says
 
 "usage: bp source:line"

Apr 10 2007