[
https://issues.apache.org/jira/browse/GEODE-10218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18046201#comment-18046201
]
ASF subversion and git services commented on GEODE-10218:
---------------------------------------------------------
Commit 18f88e8636ec2248a2e8819077ea5b5343b37fb0 in geode-native's branch
refs/heads/master from Michael Martell
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=18f88e863 ]
GEODE-10218: Allow server debug (#954)
* Support DebugAgent in clicache tests
* Support DebugAgent in cppcache tests
* Fix StartLocators bug
* Use builder pattern in Cluster, Locator and Server classes
> Launch Cluster with Attachability Flag
> --------------------------------------
>
> Key: GEODE-10218
> URL: https://issues.apache.org/jira/browse/GEODE-10218
> Project: Geode
> Issue Type: Test
> Components: native client
> Reporter: Michael Martell
> Assignee: Michael Martell
> Priority: Minor
> Labels: pull-request-available
>
> To assist with protocol analysis it is very helpful to be able to step
> through the server code in the Intellij debugger while running native client
> test code. However, to be allowed to set breakpoints in the server code, the
> server must be started with the special flag below:
>
> --J=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=127.0.0.1:FREEPORT
> This ticket is to add support for the above flag in the native client test
> frameworks.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)