Projekt

Obecné

Profil

Stáhnout (899 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
{
2
    // Use IntelliSense to learn about possible attributes.
3
    // Hover to view descriptions of existing attributes.
4
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
    "version": "0.2.0",
6
    "configurations": [
7
        {
8
            "type": "java",
9
            "name": "Debug (Launch) - Current File",
10
            "request": "launch",
11
            "mainClass": "${file}"
12
        },
13
        {
14
            "type": "java",
15
            "name": "Debug (Launch)-Deserializer<Deserializer>",
16
            "request": "launch",
17
            "mainClass": "deserialize.Deserializer",
18
            "projectName": "Deserializer"
19
        },
20
        {
21
            "type": "java",
22
            "name": "Debug (Launch)-Example<Deserializer>",
23
            "request": "launch",
24
            "mainClass": "serialize.Example",
25
            "projectName": "Deserializer"
26
        }
27
    ]
28
}
    (1-1/1)