[Issue 13349] [Mago] Wrong breakpoint locations in v0.3.39-beta2

2014-10-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13349

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

--


[Issue 13349] [Mago] Wrong breakpoint locations in v0.3.39-beta2

2014-10-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13349

--- Comment #8 from Denis Shelomovskij verylonglogin@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.

--


[Issue 13349] [Mago] Wrong breakpoint locations in v0.3.39-beta2

2014-10-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13349

Denis Shelomovskij verylonglogin@gmail.com changed:

   What|Removed |Added

   Attachment #1440|0   |1
is obsolete||

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

--


[Issue 13349] [Mago] Wrong breakpoint locations in v0.3.39-beta2

2014-10-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13349

--- Comment #10 from Rainer Schuetze r.sagita...@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

--


[Issue 13349] [Mago] Wrong breakpoint locations in v0.3.39-beta2

2014-10-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13349

Denis Shelomovskij verylonglogin@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #11 from Denis Shelomovskij verylonglogin@gmail.com ---
(In reply to Rainer Schuetze from comment #10)
 snip
 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

Thanks, it works now. )

--


[Issue 13349] [Mago] Wrong breakpoint locations in v0.3.39-beta2

2014-09-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13349

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

--


[Issue 13349] [Mago] Wrong breakpoint locations in v0.3.39-beta2

2014-09-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13349

--- Comment #6 from Rainer Schuetze r.sagita...@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.

--


[Issue 13349] [Mago] Wrong breakpoint locations in v0.3.39-beta2

2014-09-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13349

--- Comment #3 from Rainer Schuetze r.sagita...@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.

--


[Issue 13349] [Mago] Wrong breakpoint locations in v0.3.39-beta2

2014-09-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13349

--- Comment #4 from Denis Shelomovskij verylonglogin@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.

--


[Issue 13349] [Mago] Wrong breakpoint locations in v0.3.39-beta2

2014-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13349

Rainer Schuetze r.sagita...@gmx.de changed:

   What|Removed |Added

 CC||r.sagita...@gmx.de

--- Comment #1 from Rainer Schuetze r.sagita...@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).

--


[Issue 13349] [Mago] Wrong breakpoint locations in v0.3.39-beta2

2014-08-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13349

--- Comment #2 from Denis Shelomovskij verylonglogin@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.

--