Thread overview
Visual Studio + VisualD - Breakpoints moving between different versions
Nov 25, 2015
Mike James
Nov 28, 2015
Rainer Schuetze
Dec 02, 2015
rumbu
November 25, 2015
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=-
November 28, 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.
December 02, 2015
On Wednesday, 25 November 2015 at 18:00:11 UTC, 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=-

Breakpoints along with open windows, debug windows, watches, etc. are saved in the hidden file .suo (Solution User Options) The suo content is different for each VS version, therefore it's a VS "feature".