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 tabs with the same url for debug?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.