{
"configurations": [
"type": "java",
"name": "Launch GUI1",
"request": "launch",
"mainClass": "GUI.GUI1",
"projectName": "Lab15_OOP_90898795",
"liveshare.allowGuestDebugControl": true
},
"name": "Launch BankController",
"mainClass": "bank.BankController",
"vmArgs": "-enableassertions"
}
]