Skip to main content



      Home
Home » Newcomers » Newcomers » Debugging in Eclipse Umple Plugin
Debugging in Eclipse Umple Plugin [message #1804628] Fri, 29 March 2019 13:06
Eclipse UserFriend
I am working with an Ecplise plugin called Umple. Umple files have the extension .ump and contain umple code. The Umple plugin in eclipse allows me to compile the .ump file and generate target artifacts based on the information inside the umple file (generates java class files). The issue I want to resolve is that when I have an error in my umple code (because that is the only code I should be editing) the eclipse console will show me something like this

java.lang.ArithmeticException: / by zero at Bank.main(Untitled.ump:11).

What I ideally want is to be able to click on Untitled.ump:11 as a hyperlink and be taken to that line in that file. Currently the console only displays where the error can be found with no option to click and be taken to the error.

What steps should I take in order to be able to acheive this?
Previous Topic:Continual problem updating or installing new features
Next Topic:Connecting with Tomcat or installingTomcat Plugin
Goto Forum:
  


Current Time: Thu Jul 03 17:47:46 EDT 2025

Powered by FUDForum. Page generated in 0.29519 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top