Hot Code Replace Failed (eclipse)

前端 未结 6 763
轻奢々
轻奢々 2020-12-24 11:29

\"Hot Code Replace Failed - add method not implemented\". I get this error message every time I change something in my test class (and save it). Can\'t figure out what it me

6条回答
  •  春和景丽
    2020-12-24 11:38

    Possibly, you have a test which is still running (in debug mode). Try finishing all tests (you can see them in the debug view: window->show view->debug) and try again...

提交回复
热议问题