質問編集履歴

1

修正

2018/01/21 08:17

投稿

kiki-natume
kiki-natume

スコア7

test CHANGED
File without changes
test CHANGED
@@ -1,52 +1,4 @@
1
- NetBeansでのデバッグが出来ないので誰か教えてください。
2
-
3
-
4
-
5
- 環境
1
+ 修正
6
-
7
- 使用PC MAC
8
-
9
- centOs 6
10
-
11
- PHP 5.6.33 (cli) (built: Jan 3 2018 13:11:40)
12
-
13
- Copyright (c) 1997-2016 The PHP Group
14
-
15
- Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
16
-
17
- with Xdebug v2.5.5, Copyright (c) 2002-2017, by Derick Rethans
18
-
19
-
20
-
21
- 【vagrant 】
22
-
23
- etc/php.ini
24
-
25
-
26
-
27
- zend_extension="/usr/lib64/php/modules/xdebug.so"
28
-
29
- xdebug.remote_connect_back=On
30
-
31
- xdebug.remote_autostart=on
32
-
33
- xdebug.remote_enable=on
34
-
35
- ;xdebug.remote_enable=1
36
-
37
- xdebug.remote_handler="dbgp"
38
-
39
- ;xdebug.remote_host="localhost:81"
40
-
41
- xdebug.remote_host=192.168.33.20
42
-
43
- xdebug.remote_connect_back=1
44
-
45
- xdebug.remote_port=9000
46
-
47
- xdebug.remote_mode=req
48
-
49
- xdebug.idekey="netbeans-xdebug"
50
2
 
51
3
 
52
4
 
@@ -54,48 +6,22 @@
54
6
 
55
7
 
56
8
 
57
- -------------------------------------
58
-
59
- etc/php.d/15-xdebug.ini
60
9
 
61
10
 
62
11
 
63
- zend_extension=/usr/lib64/php/modules/xdebug.so
64
-
65
- xdebug.default_enable = 1
66
-
67
- xdebug.remote_enable = on
68
12
 
69
13
 
70
14
 
71
- ------------------------------------
72
-
73
- マウント
74
-
75
- /var/www/html/eccube-2.13.3
76
15
 
77
16
 
78
17
 
79
- 【PC】
80
18
 
81
19
 
82
20
 
83
- etc/hosts
84
-
85
- ip 192.168.33.20
86
21
 
87
22
 
88
23
 
89
- Netbeans
90
24
 
91
25
 
92
26
 
93
- ![イメージ説明](34d8e35960808ffb9b810be63a1fec27.png)
94
-
95
-
96
-
97
- ![![イメージ説明](b1411ef733547733efa78e8aefcf8a4d.png)](04e5fe800f61a4d40debb8b6bf8aa604.png)
98
-
99
-
100
-
101
- ブレイクポイントが止まらない状況です。
27
+ 更新