Debugging in Eclipse Umple Plugin [message #1804628] |
Fri, 29 March 2019 17:06 |
Sawsan Abu-Oshaibah 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?
|
|
|
Powered by
FUDForum. Page generated in 0.04749 seconds