[
https://issues.apache.org/jira/browse/GEODE-8015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17091661#comment-17091661
]
ASF subversion and git services commented on GEODE-8015:
--------------------------------------------------------
Commit a34a5e699cf3ee766e9299ec8b9d8fe4e6a02057 in geode-native's branch
refs/heads/develop from Blake Bender
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=a34a5e6 ]
GEODE-8015: Install PDB (symbol) files on Windows builds (#592)
- Valid for Debug and RelWithDebInfo configs
> Need to add symbol files (.pdb) to install for Windows builds
> -------------------------------------------------------------
>
> Key: GEODE-8015
> URL: https://issues.apache.org/jira/browse/GEODE-8015
> Project: Geode
> Issue Type: Improvement
> Components: native client
> Reporter: Blake Bender
> Priority: Major
>
> As a client app developer, I may need/wish to debug into the Geode native
> library when tracking down an issue. To do this, I will need proper symbols
> for the debugger. For Windows platforms, symbols reside in a separate file
> from the library, so in order to have them in the same place as the library,
> they will need to be copied into the same location when I run `cmake --build
> . --target install` from the command line, or the equivalent in and IDE.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)