Search code examples
eclipsextend

Debugging: working with generated Java code instead of Xtend code


When I debug Xtend code, I would sometimes like to see generated Java code with all the intermediate variables. However, even if I set a breakpoint inside this code, debugger shows Xtend code instead. Is it possible to switch to Java code in this situation?


Solution

  • Sadly, There is no way to turn off xtend debugger yet.

    However, Open a "Generated Code" View in Debug Perspective may help you. It shows breakpoints too(synchronized with breakpoints on xtend file), It makes us understand co-operation with java more easy.