Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

5.1 debugging very different from 4.4

$
0
0

I liked 5.1 so far after switching from 4.4 until I noticed that debugging go a lot more annoying.

In 4.4 it would simply evaluate properties in my programs and show me their current value when I hovered them and over the console I was also able to change their value if needed.

Neither of this is possible anymore for me in 5.1 and I especially tested it again just now with the same program and the same line and same situation.

 

https://dl.dropboxusercontent.com/u/59546146/sharpdev.png

This is what 5.1 throws at me when I start my program right up an it makes the break there, and yes I removed the name of it from the screen to not also spark a discussion about the program itself, it's only about the difference that 5.1 throws me that to me useless declaration information about the variable in my face where 4.4 simply said "that's currently 0".

Also when I tried to change the value 5.1 simply says "Assignment not supported!" where as 4.4 just altered the value.

 

I didn't copy my 4.4 settings or whatever over when I installed 5.1, only a few templates, and then changed it to "portable" mode like I did so far with all versions I've used. I just prefer my settings to sit near the program they belong to instead of hellwhereeverelse.

So that shouldn't have broken it since I went ahead and grabbed a fresh 5.1 and tested the same situation straight away only to get the exact same result.

 

Is there maybe a special setting I need to switch to enable these debugging features?


Viewing all articles
Browse latest Browse all 1764

Trending Articles