Commit a48ecc7e authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

jscript: Improve interp_local debug traces.

parent b688f6ee
......@@ -1296,7 +1296,7 @@ static HRESULT interp_local(script_ctx_t *ctx)
jsval_t copy;
HRESULT hres;
TRACE("%d\n", arg);
TRACE("%d: %s\n", arg, debugstr_w(local_name(frame, arg)));
if(!frame->base_scope || !frame->base_scope->frame)
return identifier_value(ctx, local_name(frame, arg));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment