Hello to all,
I need a hint regarding mapped uris from different servers.
I do remote debugging on different servers by use of a forwarded port 9000, like so:
ssh -R 9000:localhost:9000 name@server1
To open a file that’s started I created an URI mapping:
file://127.0.0.1/ => sftp://<ip-addr of server1>:16319/
This works well so far.
The Problem:
I have some other servers to debug (let’s call them server 2 and server 3
and I have no clue how to deal with this different servers.
When I start a script on server 2 (e.g. phpifo.php) Komodo tries to open that file on server1 due to the URI-Mapping.
So every time I change the server I have do adjust the URI mapping which is pretty of annyoing for my workflow.
Is there some shortcut to quickly switch the URI mapping or is there another way to solve that problem?
I am using PHP 5.6 on the webservers and PHP 7.2 on my development machine. All machines are running Ubuntu 18.04.