Jump to page: 1 2
Thread overview
[Issue 13349] [Mago] Wrong breakpoint locations in v0.3.39-beta2
Aug 23, 2014
Rainer Schuetze
Aug 23, 2014
Denis Shelomovskij
Sep 24, 2014
Rainer Schuetze
Sep 24, 2014
Denis Shelomovskij
Sep 29, 2014
Denis Shelomovskij
Sep 29, 2014
Rainer Schuetze
Oct 02, 2014
Rainer Schuetze
Oct 02, 2014
Denis Shelomovskij
Oct 02, 2014
Denis Shelomovskij
Oct 02, 2014
Rainer Schuetze
Oct 02, 2014
Denis Shelomovskij
August 23, 2014
https://issues.dlang.org/show_bug.cgi?id=13349

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario@gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
I remember having seen something similar, but I cannot reproduce now. Is this Win32 or Win64? Can you provide an example?

BTW: there have been two updates to beta2 without a new beta (because Visual D
itself did not change, only mago). Maybe you are using an early version (last
update was August, 8).

--
August 23, 2014
https://issues.dlang.org/show_bug.cgi?id=13349

--- Comment #2 from Denis Shelomovskij <verylonglogin.reg@gmail.com> ---
The problem is on 32-bin Windows XP. Installer used is identical to the current version. Will try to segregate reduced testcase from codebase.

--
September 24, 2014
https://issues.dlang.org/show_bug.cgi?id=13349

--- Comment #3 from Rainer Schuetze <r.sagitario@gmx.de> ---
Did this happen to you again? I think this is currently the biggest blocker for a release, which I'd like to get out of the door soon.

--
September 24, 2014
https://issues.dlang.org/show_bug.cgi?id=13349

--- Comment #4 from Denis Shelomovskij <verylonglogin.reg@gmail.com> ---
(In reply to Rainer Schuetze from comment #3)
> Did this happen to you again? I think this is currently the biggest blocker for a release, which I'd like to get out of the door soon.

v0.3.39-beta3 has the same issue. Sorry for not reducing the testcase, will try to do it in this week.

--
September 29, 2014
https://issues.dlang.org/show_bug.cgi?id=13349

--- Comment #5 from Denis Shelomovskij <verylonglogin.reg@gmail.com> ---
Created attachment 1440
  --> https://issues.dlang.org/attachment.cgi?id=1440&action=edit
Testcase

--
September 29, 2014
https://issues.dlang.org/show_bug.cgi?id=13349

--- Comment #6 from Rainer Schuetze <r.sagitario@gmx.de> ---
(In reply to Denis Shelomovskij from comment #5)
> Testcase

Thanks. That's a pretty reduced tetcase ;-) I suspected it would have to do with templates... I'll investigate.

--
October 02, 2014
https://issues.dlang.org/show_bug.cgi?id=13349

--- Comment #7 from Rainer Schuetze <r.sagitario@gmx.de> ---
Please try https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.39-rc1, the issue should be gone now.

--
October 02, 2014
https://issues.dlang.org/show_bug.cgi?id=13349

--- Comment #8 from Denis Shelomovskij <verylonglogin.reg@gmail.com> ---
(In reply to Rainer Schuetze from comment #7)
> Please try https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.39-rc1, the issue should be gone now.

As I wrote:
> Sometimes half of module lines background is filled when setting a single breakpoint (before and after the breakpoint)

So the breakpoint line is still sometimes located before actual breakpoint. Sorry, it wasn't shown in the testcase. Will create a new one.

--
October 02, 2014
https://issues.dlang.org/show_bug.cgi?id=13349

Denis Shelomovskij <verylonglogin.reg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1440|0                           |1
        is obsolete|                            |

--- Comment #9 from Denis Shelomovskij <verylonglogin.reg@gmail.com> ---
Created attachment 1443
  --> https://issues.dlang.org/attachment.cgi?id=1443&action=edit
Testcase with incorrect breakpoint line

--
October 02, 2014
https://issues.dlang.org/show_bug.cgi?id=13349

--- Comment #10 from Rainer Schuetze <r.sagitario@gmx.de> ---
(In reply to Denis Shelomovskij from comment #8)
> As I wrote:
> > Sometimes half of module lines background is filled when setting a single breakpoint (before and after the breakpoint)

Sorry, I wasn't reading carefully enough, I guess.

> 
> So the breakpoint line is still sometimes located before actual breakpoint. Sorry, it wasn't shown in the testcase. Will create a new one.

Thanks for the new test case, please try the fix for it here: https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.39-rc2

--
« First   ‹ Prev
1 2