I am getting this error while evaluating the expression in vs code : Cannot evaluate because of java.lang.IllegalStateException: Project abc cannot be found..
my launch.json is as below;
{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Debug-AEM 4502",
"projectName": "abc",
"request": "attach",
"hostName": "localhost",
"port": 5005,
"timeout": 30000
}
]
}