acuthin --wait --port 6000 --restart
Where 6000 is the port number it is listening on.
{{ Debug(On, type=acuthin, typeparam=my-client.microfocus.com:6000) }}{{//}}
Where my-client.microfocus.com is the name of the client machine on which acuthin is listening and 6000 is the port number that it is listening on.
When the service program starts, the debugger will appear on your Windows machine. Note that the request handler will only wait so long before it decides that the service will not take a request, so get to the B$ReadRequest as soon as possible.