回答編集履歴
2
launchはできないので、紛らわしいので消した
test
CHANGED
@@ -350,28 +350,6 @@
|
|
350
350
|
|
351
351
|
}
|
352
352
|
|
353
|
-
},
|
354
|
-
|
355
|
-
{
|
356
|
-
|
357
|
-
"name": "Launch currently open script",
|
358
|
-
|
359
|
-
"type": "php",
|
360
|
-
|
361
|
-
"request": "launch",
|
362
|
-
|
363
|
-
"program": "${file}",
|
364
|
-
|
365
|
-
"cwd": "${fileDirname}",
|
366
|
-
|
367
|
-
"port": 9000,
|
368
|
-
|
369
|
-
"pathMappings": {
|
370
|
-
|
371
|
-
"/var/www/html":"${workspaceRoot}/app"
|
372
|
-
|
373
|
-
}
|
374
|
-
|
375
353
|
}
|
376
354
|
|
377
355
|
]
|
1
ファイル名入れた
test
CHANGED
@@ -4,6 +4,10 @@
|
|
4
4
|
|
5
5
|
エスケープしないでHTMLに変数出力してるので、そのまま使わないでください。
|
6
6
|
|
7
|
+
|
8
|
+
|
9
|
+
**app/sample.php**
|
10
|
+
|
7
11
|
```php
|
8
12
|
|
9
13
|
<!DOCTYPE html>
|