Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Debugging in Eclipse Umple Plugin
Debugging in Eclipse Umple Plugin [message #1804628] Fri, 29 March 2019 17:06
Sawsan Abu-Oshaibah is currently offline Sawsan Abu-OshaibahFriend
Messages: 1
Registered: March 2019
Junior Member
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 Apr 25 18:08:44 GMT 2024

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

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

Back to the top