Help with degugging? VS2017
Hi, it's quiet in here ..., questions unanswered and stuff is out of date. SDK abandoned?
The Link in the "Getting Started" post https://developer.phaseone.com/ points ... nowhere ☹️
I found the SDK nevertheless and have it running in VS2017 Community.
I run the provided demo plugin and try to debug (via the linked folder method) but no breakpoints get hit in VS.
I added a new setting in the Publish Action and that shows, so it's indeed running my build. But no breakpoints (no symbols loaded) ☹️
Wonder what I'm doing wrong?
The Link in the "Getting Started" post https://developer.phaseone.com/ points ... nowhere ☹️
I found the SDK nevertheless and have it running in VS2017 Community.
I run the provided demo plugin and try to debug (via the linked folder method) but no breakpoints get hit in VS.
I added a new setting in the Publish Action and that shows, so it's indeed running my build. But no breakpoints (no symbols loaded) ☹️
Wonder what I'm doing wrong?
0
-
I am having the same problem........
I finally got around to testing the SDK and I can run, and for the most part understand, the DemoPlugin, but without being able to run in debug mode it will be very difficult to use it.................
Hopefully someone will read this forum........
Maybe even some other example plugins to be shared ??
Cheers, Jozef Dassen0 -
Hi,
in the help files there is a short description how to debug,
In Visual Studio it is necessary to attach to the PluginHostProcess and not CO1 itself.
For each plugin such a process is created. All have the same name but if the correct one is attached then the breakpoints are working.
Cheers
Stephan0
Please sign in to leave a comment.
Comments
2 comments