digitalmars.D.ide - Visual Studio + VisualD - Breakpoints moving between different
- Mike James (8/8) Nov 25 2015 Hi,
- Rainer Schuetze (5/13) Nov 28 2015 Visual D doesn't store breakpoint locations, I guess that must be an
- rumbu (5/13) Dec 02 2015 Breakpoints along with open windows, debug windows, watches, etc.
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=-
Nov 25 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.
Nov 28 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".
Dec 02 2015