I have eclipse neon with Acceleo 3.7 and writing a simple example (the same as the one in Getting Started) but I cannot debug the transformation using the 'Acceleo Plug-in Application' configuration. Actually, when I select this configuration, I cannot run the transformation at all and I get the following error:
Couldn't load class org.eclipse.acceleo.module.umlsample.main.Generate from project org.eclipse.acceleo.module.umlsample
When I run/debug the transformation with the 'Java Application' as the runner configuration, then the transformation runs however still not possible to debug the transformation. Any idea how to solve this issue?