Question:
How can I prevent automatic reload when the application is modified while the session is connected?
Answer:
The preferences for the debug launch configuration are saved in the application's workspace (located in ".metadata").
Follow these steps to modify the debug launch configuration:
1. Launch to the application's workspace directory (.metadata).
2. Edit the launch configuration file located at ".metadata.plugins\org.eclipse.debug.core.launches" (e.g., "test Debug.launch").
3. Locate the key "PopReloadDialog" and change its value to "true".
4. Restart CCES. After the application is modified while the session is connected, it will now prompt you with "Do you want to reload the program?"