Visual Studio + VisualD - Breakpoints moving between different versions

rumbu via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Wed Dec 2 01:01:47 PST 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".


More information about the Digitalmars-d-ide mailing list