digitalmars.D.debugger - ddbi - breakpoints not set. Line not found.
- Simen Haugen (5/5) May 09 2007 I cannot get ddbg to work in all situations. In some of my projectfiles...
- Jascha Wetzel (5/13) May 09 2007 does that line 1546 in .\src\in2view.d actually exist?
- Simen Haugen (5/19) May 09 2007 Yes. The errors applies to certain files and affects all lines in the fi...
- Jascha Wetzel (2/25) Jun 04 2007
I cannot get ddbg to work in all situations. In some of my projectfiles I get an line not found error on my breakpoints: 'Line 1546 in ".\src\in2view.d" not found' In these files no breakpoints can be set, but I can step into the files. I'm using ddbg 0.08.1b on codeblocks rev 3938 with dmd 1.014
May 09 2007
does that line 1546 in .\src\in2view.d actually exist? codeblocks sometimes tries to set breakpoints on lines that are beyond the end of the file. the only fix i found so far is restarting CB in such a case. Simen Haugen wrote:I cannot get ddbg to work in all situations. In some of my projectfiles I get an line not found error on my breakpoints: 'Line 1546 in ".\src\in2view.d" not found' In these files no breakpoints can be set, but I can step into the files. I'm using ddbg 0.08.1b on codeblocks rev 3938 with dmd 1.014
May 09 2007
Yes. The errors applies to certain files and affects all lines in the file. All the files is in the same directory, and I see a reason why some work and others dont. "Jascha Wetzel" <"[firstname]" mainia.de> wrote in message news:f1s2ib$2p8h$2 digitalmars.com...does that line 1546 in .\src\in2view.d actually exist? codeblocks sometimes tries to set breakpoints on lines that are beyond the end of the file. the only fix i found so far is restarting CB in such a case. Simen Haugen wrote:I cannot get ddbg to work in all situations. In some of my projectfiles I get an line not found error on my breakpoints: 'Line 1546 in ".\src\in2view.d" not found' In these files no breakpoints can be set, but I can step into the files. I'm using ddbg 0.08.1b on codeblocks rev 3938 with dmd 1.014
May 09 2007
could you send me all i need to reproduce this problem? Simen Haugen wrote:Yes. The errors applies to certain files and affects all lines in the file. All the files is in the same directory, and I see a reason why some work and others dont. "Jascha Wetzel" <"[firstname]" mainia.de> wrote in message news:f1s2ib$2p8h$2 digitalmars.com...does that line 1546 in .\src\in2view.d actually exist? codeblocks sometimes tries to set breakpoints on lines that are beyond the end of the file. the only fix i found so far is restarting CB in such a case. Simen Haugen wrote:I cannot get ddbg to work in all situations. In some of my projectfiles I get an line not found error on my breakpoints: 'Line 1546 in ".\src\in2view.d" not found' In these files no breakpoints can be set, but I can step into the files. I'm using ddbg 0.08.1b on codeblocks rev 3938 with dmd 1.014
Jun 04 2007