Visual Studio + VisualD - Breakpoints moving between different versions
Rainer Schuetze via Digitalmars-d-ide
digitalmars-d-ide at puremagic.com
Sat Nov 28 01:18:13 PST 2015
On 25.11.2015 19:00, Mike James wrote:
> Hi,
>
> I've got a project I'm writing and happen to be using both Visual Studio
> 2010 and 2013. The project opens up in both no problem - but if I've set
> breakpoints in one version they are in a different place in the other
> version...
> Is this a VisualD 'feature' or Visual Studio?
>
> Regards,
> -=mike=-
Visual D doesn't store breakpoint locations, I guess that must be an
incompatibility between VS versions.
I think the solution options file are not the same for VS2010 and
VS2013, so I'm surprised the breakpoints are transferred at all.
More information about the Digitalmars-d-ide
mailing list