2021-12-30 17:40:11 +00:00
|
|
|
{
|
|
|
|
// Use IntelliSense to learn about possible attributes.
|
|
|
|
// Hover to view descriptions of existing attributes.
|
|
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
2022-01-08 13:30:41 +00:00
|
|
|
{
|
|
|
|
"type": "java",
|
|
|
|
"name": "Launch BasicTestCB",
|
|
|
|
"request": "launch",
|
|
|
|
"mainClass": "linda.test.BasicTestCB",
|
|
|
|
"projectName": "Projet PDR"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "java",
|
|
|
|
"name": "Launch testserver",
|
|
|
|
"request": "launch",
|
|
|
|
"mainClass": "linda.test.testserver",
|
|
|
|
"projectName": "Projet PDR"
|
|
|
|
},
|
2021-12-30 17:40:11 +00:00
|
|
|
{
|
|
|
|
"type": "java",
|
|
|
|
"name": "Launch Main",
|
|
|
|
"request": "launch",
|
|
|
|
"mainClass": "linda.search.basic.Main",
|
|
|
|
"projectName": "Projet PDR"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "java",
|
|
|
|
"name": "Launch Searcher",
|
|
|
|
"request": "launch",
|
|
|
|
"mainClass": "linda.search.basic.Searcher",
|
|
|
|
"args": [
|
|
|
|
"4000"
|
|
|
|
],
|
|
|
|
"projectName": "Projet PDR"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "java",
|
|
|
|
"name": "Launch Manager",
|
|
|
|
"request": "launch",
|
|
|
|
"mainClass": "linda.search.basic.Manager",
|
|
|
|
"args": [
|
|
|
|
"4000",
|
|
|
|
"/usr/share/dict/french",
|
|
|
|
"agneau"
|
|
|
|
],
|
|
|
|
"projectName": "Projet PDR"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "java",
|
|
|
|
"name": "Launch LindaServer",
|
|
|
|
"request": "launch",
|
|
|
|
"mainClass": "linda.server.LindaServer",
|
|
|
|
"args": [
|
|
|
|
"4000"
|
|
|
|
],
|
|
|
|
"projectName": "Projet PDR"
|
2022-01-12 10:15:52 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "java",
|
|
|
|
"name": "Launch REPL",
|
|
|
|
"request": "launch",
|
|
|
|
"mainClass": "linda.test.REPL",
|
|
|
|
"args": [
|
|
|
|
"rmi://localhost:4000/linda"
|
|
|
|
],
|
|
|
|
"projectName": "Projet PDR"
|
2021-12-30 17:40:11 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|