-
Notifications
You must be signed in to change notification settings - Fork 145
Remote Debug Java functions
Eric Jizba edited this page Feb 1, 2019
·
3 revisions
To enable remote debugging for Java functions, the following configurations of the selected Function App will be changed:
-
use32BitWorkerProcesswill be set to false -
webSocketsEnabledwill be set to true
Besides, the following key-value pairs will be added to the Application Settings:
- JAVA_OPTS:
-Djava.net.preferIPv4Stack=true -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=127.0.0.1:8898 - HTTP_PLATFORM_DEBUG_PORT:
8898
