[
https://issues.apache.org/jira/browse/GEODE-8015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17091625#comment-17091625
]
ASF GitHub Bot commented on GEODE-8015:
---------------------------------------
pivotal-jbarrett commented on a change in pull request #592:
URL: https://github.com/apache/geode-native/pull/592#discussion_r414628141
##########
File path: clicache/src/CMakeLists.txt
##########
@@ -352,6 +352,13 @@ install(TARGETS ${PROJECT_NAME}
ARCHIVE DESTINATION lib
)
+IF(MSVC)
+ INSTALL ( FILES ${CMAKE_CURRENT_BINARY_DIR}/$<CONFIG>/${PRODUCT_DLL_NAME}.pdb
Review comment:
$<TARGET_PDB_FILE:${PROJECT_NAME}>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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)