wsl-2

Xdebug: [Step Debug] Could not connect to debugging client. Tried: localhost:9003 (fallback through xdebug.client_host/xdebug.client_port) :-(

自作多情 提交于 2021-02-16 08:32:28
问题 What is the workaround of this message for xdebug ang php? Xdebug: [Step Debug] Could not connect to debugging client. Tried: localhost:9003 (fallback through xdebug.client_host/xdebug.client_port) :-( This message showup when I run composer update on WSL2 installed with UBUNTU 20.01 . My current php version is php8 and xdebug3 Update: This is the x-debug section xdebug __ __ _ _ \ \ / / | | | | \ V / __| | ___| |__ _ _ __ _ > < / _` |/ _ \ '_ \| | | |/ _` | / . \ (_| | __/ |_) | |_| | (_| |

Xdebug: [Step Debug] Could not connect to debugging client. Tried: localhost:9003 (fallback through xdebug.client_host/xdebug.client_port) :-(

旧巷老猫 提交于 2021-02-16 08:32:14
问题 What is the workaround of this message for xdebug ang php? Xdebug: [Step Debug] Could not connect to debugging client. Tried: localhost:9003 (fallback through xdebug.client_host/xdebug.client_port) :-( This message showup when I run composer update on WSL2 installed with UBUNTU 20.01 . My current php version is php8 and xdebug3 Update: This is the x-debug section xdebug __ __ _ _ \ \ / / | | | | \ V / __| | ___| |__ _ _ __ _ > < / _` |/ _ \ '_ \| | | |/ _` | / . \ (_| | __/ |_) | |_| | (_| |

VSCode - XDebug connected to client but break points does not work

只愿长相守 提交于 2021-02-11 13:22:58
问题 I work on PHP application and I want to debug my website. I'm working on IDE VSCode on Windows 10. I use Docker to launch my website in WSL2. I have configured XDebug in my php-fpm:7.3 container. root@00376c075cd3:/var/www# php -version PHP 7.3.18 (cli) (built: May 15 2020 13:33:15) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.3.18, Copyright (c) 1998-2018 Zend Technologies with Xdebug v2.9.8, Copyright (c) 2002-2020, by Derick Rethans On VSCode, I have configured my launch

VSCode - XDebug connected to client but break points does not work

心不动则不痛 提交于 2021-02-11 13:22:50
问题 I work on PHP application and I want to debug my website. I'm working on IDE VSCode on Windows 10. I use Docker to launch my website in WSL2. I have configured XDebug in my php-fpm:7.3 container. root@00376c075cd3:/var/www# php -version PHP 7.3.18 (cli) (built: May 15 2020 13:33:15) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.3.18, Copyright (c) 1998-2018 Zend Technologies with Xdebug v2.9.8, Copyright (c) 2002-2020, by Derick Rethans On VSCode, I have configured my launch

Communictaion in local area network(LAN) problem about ROS on WSL2

你说的曾经没有我的故事 提交于 2021-02-10 13:08:17
问题 I am a developer of ROS projects. Recently I am trying using ROS(melodic) on WSL2(Windows Subsystem for Linux), and all things works just great. But I got some trouble when I want to use another PC which also in the same local area network(LAN) to communicate with. Before setting the environment variables like "ROS_MASTER_URI, ROS_IP", I know that since WSL 2 work on Hyper-V so the IP show on WSL2 is not the one in the real LAN. I have to do some command like below in order to make everyone

Communictaion in local area network(LAN) problem about ROS on WSL2

大城市里の小女人 提交于 2021-02-10 13:07:58
问题 I am a developer of ROS projects. Recently I am trying using ROS(melodic) on WSL2(Windows Subsystem for Linux), and all things works just great. But I got some trouble when I want to use another PC which also in the same local area network(LAN) to communicate with. Before setting the environment variables like "ROS_MASTER_URI, ROS_IP", I know that since WSL 2 work on Hyper-V so the IP show on WSL2 is not the one in the real LAN. I have to do some command like below in order to make everyone

Communictaion in local area network(LAN) problem about ROS on WSL2

有些话、适合烂在心里 提交于 2021-02-10 13:05:51
问题 I am a developer of ROS projects. Recently I am trying using ROS(melodic) on WSL2(Windows Subsystem for Linux), and all things works just great. But I got some trouble when I want to use another PC which also in the same local area network(LAN) to communicate with. Before setting the environment variables like "ROS_MASTER_URI, ROS_IP", I know that since WSL 2 work on Hyper-V so the IP show on WSL2 is not the one in the real LAN. I have to do some command like below in order to make everyone

WSL2 use “localhost” to access Windows service

China☆狼群 提交于 2021-02-05 09:27:11
问题 I'm using WSL2 on Windows 10. My dev stack is using a local webserver (localwp or wamp) on the host OS. I use WSL2 as the main terminal (SSH, Git, SASS, automation tools, ...). What I need is a way to connect to my host services (MySql) from the WSL2 system using a server name instead of a random IP address. It is already possible for the Windows host to connect to WSL2 services with "localhost". Is there a solution to do it the other way? 回答1: Well, your title and your question body don't

Where are the files inside wsl2 physically stored?

末鹿安然 提交于 2021-02-04 17:48:41
问题 I've installed wsl2 on my windows machine and I was not able to figure out where the files are actually stored. Note, that I don't mean that I wanna browse them inside the file explorer - I know it can be done by typing in the explorer \\wsl$\ . If I would have to guess I would say the files are stored in the same hard-drive that the os is stored. So actually I have two related questions. Where the files are stored? If they are stored in the hard drive of my os, can I somehow relocate my wsl

Where are the files inside wsl2 physically stored?

本小妞迷上赌 提交于 2021-02-04 17:48:15
问题 I've installed wsl2 on my windows machine and I was not able to figure out where the files are actually stored. Note, that I don't mean that I wanna browse them inside the file explorer - I know it can be done by typing in the explorer \\wsl$\ . If I would have to guess I would say the files are stored in the same hard-drive that the os is stored. So actually I have two related questions. Where the files are stored? If they are stored in the hard drive of my os, can I somehow relocate my wsl