Coder Social home page Coder Social logo

Comments (4)

mohammad-suliman avatar mohammad-suliman commented on August 16, 2024

thank you for the report! unfortunately, I have no access to a computer running windows 10 to debug the issue on.
the only suggestion I can think of currently, is to update visual studio to latest version if you haven't done this already. On windows 7, breakpoint detection works fine with VS community update 1 and update 3, which is the latest.
technically, breakpoint detection depends on 2 factors:

  • a name change event, which is fired once the caret reaches a line with breakpoint.
  • availability of the status bar, to get the current line number.

if one of these doesn't work as expected, breakpoints won't be reported.

from visualstudioaddon.

sharkboyto avatar sharkboyto commented on August 16, 2024

Hi, thanks for reply.
This is my configuration, I attached a screenshoot.
https://www.dropbox.com/s/kxhhgvq66ie6lnt/vs.png?dl=0

My Visual Studio is correctly updated.
Thanks.

Alessandro

Il 01/09/2016 11:02, mohammad-suliman ha scritto:

thank you for the report! unfortunately, I have no access to a
computer running windows 10 to debug the issue on.
the only suggestion I can think of currently, is to update visual
studio to latest version if you haven't done this already. On windows
7, breakpoint detection works fine with VS community update 1 and
update 3, which is the latest.
technically, breakpoint detection depends on 2 factors:

  • a name change event, which is fired once the caret reaches a line
    with breakpoint.
  • availability of the status bar, to get the current line number.

if one of these doesn't work as expected, breakpoints won't be reported.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ARkHrT9R94eorMctTGzsQ9v6A0GpUoWxks5qlpSwgaJpZM4Ji8ti.

from visualstudioaddon.

albzan avatar albzan commented on August 16, 2024

Hi Alessandro,
I don't think it is something related to the Windows version.
It is probably related to the language of Visual Studio.
With the italian language of the program (actually with a non-english version I suppose) the logic doesn't work since both objects and text on the screen change its name.
Specifically I have the beep working replacing:

Line 85:

and obj.name.startswith("Breakpoint"): 

with:

and ("interruzione" in obj.name.lower())

Line 484:

REG_GET_LINE_TEXT = re.compile("Ln \d+")

With:

REG_GET_LINE_TEXT = re.compile("Ri \d+")

And probably few other lines to have the state reported.

Alberto

from visualstudioaddon.

sharkboyto avatar sharkboyto commented on August 16, 2024

thanks. I have installed the language pack in English. I have set the English language in visual studio. now everything works. Very Good!! Good work!

Alessandro

Il 13/09/2016 21:37, albzan ha scritto:

Hi Alessandro,
I don't think it is something related to the Windows version.
It is probably related to the language of Visual Studio.
With the italian language of the program (actually with a non-english
version I suppose) the logic doesn't work since both objects and text
on the screen change its name.
Specifically I have the beep working replacing:

Line 85:

|and obj.name.startswith("Breakpoint"): |

with:

|and ("interruzione" in obj.name.lower()) |

Line 484:

|REG_GET_LINE_TEXT = re.compile("Ln \d+") |

With:

|REG_GET_LINE_TEXT = re.compile("Ri \d+") |

And probably few other lines to have the state reported.

Alberto


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ARkHrbXy1fIw2Wmv9silQDEVWKBOV6ZJks5qpvuEgaJpZM4Ji8ti.

from visualstudioaddon.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.