Visual Studio remote debugger “invalid access to memory location” feature

前端 未结 3 1557
半阙折子戏
半阙折子戏 2021-02-03 17:12

This is another attempt to resolve the problem stated here. Unfortunately the topic was closed without adequate resolution found, as apparently the original poster had issues wi

相关标签:
3条回答
  • 2021-02-03 17:53

    I found a simple workaround for this. Change the debug port on the remote machine (Tools --> Options). I would use something arbitrarily high, like 63342 to avoid colliding with any existing ports but you just need to use any unused one. Once changed, you should be able to connect.

    0 讨论(0)
  • 2021-02-03 18:00

    The hotfix 2588507 ended up resolving the issue after all. I am running several instances of visual studio 2012 for several days, and debugging remote processes constantly, and have not seen yet a single "invalid access to memory location"

    0 讨论(0)
  • 2021-02-03 18:07

    I came accross this error message in VS2013 and resolved it by running VS with administrator priviledges.

    Hope this helps out someone.

    0 讨论(0)
提交回复
热议问题