PHP Classes

File: .vscode/launch.json

Recommend this page to a friend!
  Classes of Luca Liscio   eXperience GuestBook   .vscode/launch.json   Download  
File: .vscode/launch.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: eXperience GuestBook
Application for users to send guestbook messages
Author: By
Last change:
Date: 2 years ago
Size: 655 bytes
 

Contents

Class file image Download
{ // Usare IntelliSense per informazioni sui possibili attributi. // Al passaggio del mouse vengono visualizzate le descrizioni degli attributi esistenti. // Per altre informazioni, visitare: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Listen for Xdebug", "type": "php", "request": "launch", "port": 9000 }, { "name": "Launch currently open script", "type": "php", "request": "launch", "program": "${file}", "cwd": "${fileDirname}" } ] }