Which three statements are true when an AEM author instance is started in debug mode? (Choose three.)
Which three statements are true when an AEM author instance is started in debug mode? (Choose three.)
When an AEM author instance starts in debug mode, it does not force the JVM to fork a separate process. It typically starts with the -Xdebug option to enable debugging. Another common method to start AEM in debug mode is using the command line option -debug. These practices align with the standard procedures for enabling debugging in Java applications, making the statements correct.
it should be bCd