Punit Muddebihal
Punit Muddebihal

Reputation: 1

I am getting below error while evaluating the AEM project expression in VS code IDE

I am getting this error while evaluating the expression in VS code IDE :

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
    }
]

}

I have tried modifying fields in launch.json

Upvotes: 0

Views: 33

Answers (0)

Related Questions