是否有可能启动多个JS调试器独立会议在浏览器? [英] Is it possible to launch multiple js debugger independant sessions in a browser?

查看:113
本文介绍了是否有可能启动多个JS调试器独立会议在浏览器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想从一个页面的网站,它可以根据在给定的URL的参数是不同的调试JavaScript。

I'm trying to debug JavaScript from a page of a website, which could be different depending on a parameter given in the url.

当我调用页面 example.aspx ,网址可能包含像 example.aspx?ID =参数[id_here] 结果
根据id参数中,codebehind文件得到的信息,以填补对象的字段,并在ASPX产生不同的JavaScript块来显示它们。

When I call the page example.aspx, the URL may contain parameters like example.aspx?id=[id_here]
Depending on the id parameter, the codebehind file get the information to fill the objects fields and generate different JavaScript blocks in the aspx to display them.

访问有两个不同的ID的页面时,我想启动调试器的同时两会上,每个连接到相应的窗口,现货的差异,分步实施。

When accessing the page with two different id's, I would like to launch simultaneously two sessions of the debugger, attached each to the corresponding window, to spot differences, step by step.

问题是,当页面暂停之一的调试器,其他的页面加载也停顿了一下,然后我不能同时跟随两个页面的正常流动时,治疗的变化发现。结果
我不能有两个不同的浏览器打开网页,因为我将失去会话。

The problem is when the debugger of one of the page pauses, the other page loading is also paused, then I can't follow simultaneously the normal flow of the two pages to spot when the treatment changes.
And I can't open the page with two different browsers, because i'll lose the session.

是否有可能做这种方式,与任何调试器,或是否需要以其他的方式来处理?

Is it possible to do it this way, with any debugger, or do I need to process in an other way?

我将是任何回应感谢

推荐答案

你有没有尝试在IE 2标签?这并不在Chrome(调试阻止其他选项卡以及)工作,但我能够在IE 11分开调试。

Did you try with 2 tabs in IE? This doesn't work in Chrome (the debugger blocks the other tab as well) but I'm able to debug separately in IE 11.

这篇关于是否有可能启动多个JS调试器独立会议在浏览器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆