Announcement

Collapse
No announcement yet.

Beakpoints not working

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Beakpoints not working

    Hi,


    I downloaded the sample HS3 plugin, and I'm having trouble getting breakpoints to work.

    I'm using VS 2015 SP3, with HS3 local to VS.

    When I start debugging, and hover over one of my breakpoints, it tells me "The breakpoint will not currently be hit. No symbols have been loaded for this document." This message goes away after execution reaches this point in the plugin.

    Here are some of my settings:

    Compile
    Build output Path
    C:\Program Files (x86)\HomeSeer HS3

    Advanced Compiler Settings
    Generate debug info:
    Full

    Debug
    Start external program
    C:\Program Files (x86)\HomeSeer HS3\HS3.exe

    Any suggestions on what I could be missing here?

    -Bob

    #2
    Start HS3 first and make sure your plugin is not set to load. Then run your plugin EXE in Visual Studio separately. You should then be able to set breakpoints.

    Originally posted by iiidmaxer View Post
    Hi,


    I downloaded the sample HS3 plugin, and I'm having trouble getting breakpoints to work.

    I'm using VS 2015 SP3, with HS3 local to VS.

    When I start debugging, and hover over one of my breakpoints, it tells me "The breakpoint will not currently be hit. No symbols have been loaded for this document." This message goes away after execution reaches this point in the plugin.

    Here are some of my settings:

    Compile
    Build output Path
    C:\Program Files (x86)\HomeSeer HS3

    Advanced Compiler Settings
    Generate debug info:
    Full

    Debug
    Start external program
    C:\Program Files (x86)\HomeSeer HS3\HS3.exe

    Any suggestions on what I could be missing here?

    -Bob
    💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

    Comment


      #3
      Yep - what Rich said... Start HS3 first, make sure it is fully loaded, then just hit F5 on the plugin in VS.
      HS4Pro on a Raspberry Pi4
      54 Z-Wave Nodes / 21 Zigbee Devices / 108 Events / 767 Devices
      Plugins: Z-Wave / Zigbee Plus / EasyTrigger / AK Weather / OMNI

      HSTouch Clients: 1 Android

      Comment


        #4
        Thanks guys.

        Comment

        Working...
        X