fix xdebug in test vm
This commit is contained in:
parent
46b2f60fa4
commit
9ffdd468a1
1 changed files with 2 additions and 0 deletions
|
|
@ -50,6 +50,8 @@
|
||||||
"xdebug.mode" = "debug";
|
"xdebug.mode" = "debug";
|
||||||
"xdebug.client_host" = "10.0.2.2";
|
"xdebug.client_host" = "10.0.2.2";
|
||||||
"xdebug.client_port" = "9000";
|
"xdebug.client_port" = "9000";
|
||||||
|
"xdebug.start_with_request" = "yes";
|
||||||
|
"xdebug.idekey" = "ECLIPSE";
|
||||||
};
|
};
|
||||||
appstoreEnable = false;
|
appstoreEnable = false;
|
||||||
extraOptions = {
|
extraOptions = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue