Skip to content

Generation Results

There are several ways you can analyze the generation process in your Virtual Developer IDE:

  • run your generator step by step
  • have a look at the so-called generation protocol, in order to be able to see, which code has written which part of a generated file
  • debug your generator by executing a generation unit in debug mode and set some breakpoints
  • let your generator create dot files that allow you to retrospectively visualize the transformation process (model element tree, transformation step tree)