Péter Major
Péter Major
Thank you, I will get back to you after I have checked the issue, likely later this week.
I tried to reproduce the issue, but for me it seems to work (I am using latest VS2017 + latest AxoCover). If you have 20min I would suggest you to...
Put a guide here on how to build: https://github.com/axodox/AxoCover/wiki/How-to-build-AxoCover%3F I will also create one about how the code is laid out.
@kaosborn I tested AxoCover with your SimpleApps repo, I have the exact same software versions as you list and it works for me. Could it be some compatibility problem with...
You don't need to build it, however you need to load the symbols from the extension's directory. You can do this by opening the Modules window from Debug / Windows,...
CodeElement is a Visual Studio COM component. I used to debug these by capturing their properties in variables (watches and immediate window seem to not work with them). But their...
I looked at the code, and at first glance the issue could be: - VS somehow fails to calculate the line number. - The code element is not the right...
OK, in the meantime I am adding a debug version of the plug-in to releases, as I noticed that debugging on the release build version is quite limited because the...
Do you have the SandCastle extension installed? I just run into this issue yesterday, as SandCastle somehow corrupts the Edit.GoTo command, as it does not accept the line argument anymore.
https://github.com/EWSoftware/SHFB/issues/594