facebook

Debugging .vm files ( Velocity )

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #230738 Reply

    bhedrick
    Member

    Is it possible to debug .vm files in a manner similar to .jsp files?

    #230745

    Riyad Kalla
    Member

    No, our source mapper that handles the JSP debugging communicates directly with the app server for the binary->source line mappings during execution, the Velocity templates don’t get treated (AFAIK) in the same fashion in that they are not directly supported by the app server and are instead interpreted by Velocity.

    #230749

    bhedrick
    Member

    Thanks for the reply.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Debugging .vm files ( Velocity )

You must be logged in to post in the forum log in