UIKit0 / progressive-scroll

Automatically exported from code.google.com/p/progressive-scroll
0 stars 1 forks source link

Breakpoint not highlighted #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open any C# code file
2. Put a breakpoint somewhere
3.

What is the expected output? What do you see instead?
Expect a breakpoint hightlight. Got nothing.

What version of the product are you using? On what operating system?
Version 0.5. Windows 7 Enterprise, VS2010 Pro

Please provide any additional information below.
No other add-ins installed, just progressive-scroll.

Original issue reported on code.google.com by jonathan...@gmail.com on 2 Oct 2012 at 5:06

Attachments:

GoogleCodeExporter commented 9 years ago
Hmm, haven't seen this before. Just to be safe: the Color settings for 
Progressive Scroll Breakpoints isn't set to light grey or something?

And can you give me the exact version of your visual studio? I'm on 
10.0.40219.1 SP1Rel.
VS11 uses a different value for breakpoint markers, maybe this was changed 
already in a later version of VS10.

Original comment by freaksken on 3 Oct 2012 at 6:27

GoogleCodeExporter commented 9 years ago
Hi,

I let the default value for Progressive Scroll. So for breakpoints, fore color 
is red.

I'm also on Visual Studio 2010 Version 10.0.40219.1 SP1Rel.

Thank you

Original comment by jonathan...@gmail.com on 4 Oct 2012 at 2:11

Attachments:

GoogleCodeExporter commented 9 years ago
Still puzzled. The way I'm finding breakpoints is by comparing marker tags with 
a hardcoded value. Couldn't find a better way to find breakpoints specifically. 
I don't know why it would be different on your system though.

Original comment by freaksken on 4 Oct 2012 at 9:08

GoogleCodeExporter commented 9 years ago
Yes, I saw your code. Strange one!

Original comment by jonathan...@gmail.com on 5 Oct 2012 at 2:26

GoogleCodeExporter commented 9 years ago
I'm also seeing this with a C++ file - Visual Studio 10.0.40219.1 SP1Rel too. 

Original comment by keith.oc...@gmail.com on 5 Oct 2012 at 8:57

GoogleCodeExporter commented 9 years ago
Looks like I can't rely on these tag types. I'll see if I can find a different 
way, maybe using MetalScroll's method.

Original comment by freaksken on 6 Oct 2012 at 10:40

GoogleCodeExporter commented 9 years ago
So I changed the way it's retrieving breakpoints in version 0.6. Let me know if 
it doesn't work for you guys.

Original comment by freaksken on 14 Oct 2012 at 3:57

GoogleCodeExporter commented 9 years ago
Just installed 0.6.1 and breakpoints now show up just fine. Thanks!

Original comment by keith.oc...@gmail.com on 15 Oct 2012 at 3:05

GoogleCodeExporter commented 9 years ago
Just installed 0.6.1 too and it works flawlessly! Thanks for your support!

Original comment by jonathan...@gmail.com on 16 Oct 2012 at 4:21

GoogleCodeExporter commented 9 years ago

Original comment by freaksken on 15 May 2013 at 11:41