Remote debugging PHP without local source code? (truly "zero-configuration")
Is there a way in PhpStorm to not have to map the remote files to local ones when remote debugging? Komodo IDE can do this - it retrieves a read-only copy of the file from XDEBUG, without any mapping needs.
This would make debugging really "zero-configuration", especiall if this bug were solved as well.
Please sign in to leave a comment.
Hi Dan,
Currently it is not possible as one of the cornerstone concepts of this IDE is to have source files available locally.
You can watch this ticket: