A
A
Alexander Lozovyuk2015-05-30 01:48:52
JavaScript
Alexander Lozovyuk, 2015-05-30 01:48:52

How to debug JavaScript on the Vert.x platform?

Who can help - how to debug JS applications under Vert.x ( vertx.io )? There is only a regular log, there is a lack of util.inspect capabilities from Node.JS - without this, how can you view and analyze data structures? Or what debugger can I use for remote debugging?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mark, 2015-05-30
@printf

You can grab the util.js file from Node.js.
Here is this function: https://github.com/joyent/node/blob/master/lib/uti...
It has a couple of dependencies in total.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question