Jump to content

PHPStorm on Windows, code on remote Linux?


sen5241b

Recommended Posts

Are you specifically interested in just the debugging process with XDebug, or about general development?  I've debugged remote code before and it's worked out just fine without any real issues that I can remember.  You need to install XDebug on the web server and be able to open the debugging port on the web server so that PHPStorm can connect.  If you can't do either of those (ie, shared hosting environment) then you'll have issues.

Developing remotely is more annoying due to needing to sync the files in some way when you make changes.  That's not really a PHPStorm specific problem though.  PHPStorm can certainly handle it, I just find the workflow annoying so I don't do it.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.