开发者

Netbeans debugger session: open in the same tab

开发者 https://www.devze.com 2022-12-25 13:55 出处:网络
Running PHP debug session in Netbeans always opens as a new tab in browser (I use Chrome and Firefox).

Running PHP debug session in Netbeans always opens as a new tab in browser (I use Chrome and Firefox).

How to force browser (or Netbeans) to run the session in the same browser tab, so I do not have n open开发者_StackOverflow中文版 tabs with the same url for debug?


To prevent this go to

Project->Properties->Run Configuration->Advanced->Do not Open Web Browser


I'ts really a browser issue, not a Netbeans issue. The browser command line provides no mechanism for using a particular tab. Generally, the only choice you have is whether or not to open a new instance of the browser.

I have worked around this in the past be adding a meta refresh tag to periodically update the display.

0

精彩评论

暂无评论...
验证码 换一张
取 消