Which environment variable in the AEM start script should a developer modify to enable remote debugging?
Which environment variable in the AEM start script should a developer modify to enable remote debugging?
To enable remote debugging in an AEM start script, a developer should modify the environment variable that allows JVM options to be set. The JVM options are necessary to configure the JVM for remote debugging capabilities, such as specifying the debug port and enabling debugging. The correct environment variable for this purpose is CQ_JVM_OPTS.
B is correct answer