You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/11/09 15:41:20 UTC

[GitHub] [netbeans] entlicher opened a new pull request #2529: Provide shorter evaluation error, without the unneccessary prefix.

entlicher opened a new pull request #2529:
URL: https://github.com/apache/netbeans/pull/2529


   Mainly in watches, where space is limited, it's hard to see the real evaluation error due to a long prefix text.
   In case of Truffle languages if there is a `n` variables in watches, which is not present in the current scope, the used gets following error message:
   `Failed to evaluate. Reason: Exception occurred in target VM: ReferenceError: n is not defined`
   That's simply too long.
   This change limits that to the most important part:
   `ReferenceError: n is not defined`
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] lkishalmi merged pull request #2529: Provide shorter evaluation error, without the unneccessary prefix.

Posted by GitBox <gi...@apache.org>.
lkishalmi merged pull request #2529:
URL: https://github.com/apache/netbeans/pull/2529


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists