how to debug externalcall in editor with browser javascript?

how to debug externalcall in editor with browser javascript?

we only do that in browser, but i want debug unity call javascript from browser.

You should be able to set breakpoints as you would with any other javascript. F12 in IE or Firefox to open the debugger, find your script, set your breakpoints.

ExternalEval, now that's a different problem.