Sunday 19 March 2017

How to show full variable contents in NetBeans IDE when debugging Node.js app?

If I'm debugging a Node.js app in the Netbeans IDE (v8.2) and try to view the value of a variable, only the first 80 characters of the variable content is shown, followed by an ellipsis and the content length, like this:

"<triggerWorkflowEventRequest><accessContext><ns1:userName xmlns:types="http://st... (length: 638)"

How can I see the full value?



via David Powell

No comments:

Post a Comment