M
M
mletov2014-02-03 10:02:45
PHP
mletov, 2014-02-03 10:02:45

Setting up the ide and php debugger is similar to Visual Studio for asp.net. Is it possible to set up a link for php debugging with automatic window switching?

Please prompt:
I have been using Visual Studio and its debugger (ASP.NET) for several years.
But I prefer to make more or less typical sites as a hack on Drupal.
Naturally, due to the habit of Visual Studio, there is a desire to set up a debugger in the php IDE as close as possible to it. Installed xdebug+Eclipse, installed Zend Studio, and installed Zend plugin for Mozilla.
But everywhere I come across the same difference from VS:
In VS, automatic window switching between browser and code. Clicked a button on a page in the browser - the application hit the breakpoint and switched to VS. Finished debugging - automatically returned to the browser window.
And in php'nyh IDE, I didn’t manage to set it up like that, it’s completely inconvenient to track the end of the debugging cycle and jump between windows via Alt + Tab, it’s better then to display variables in the old fashioned way via print and var_dump.
Question: is it possible to set up some kind of bundle for debugging php with automatic window switching?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
AlexP11223, 2014-02-03
@AlexP11223

<response with PHPStorm recommendation>

R
Raphael, 2014-02-03
@dj_raphael

I myself have been on asp.net for a long time, but sometimes I use PHPStorm, there is no automatic switching. 2 monitors save.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question