작콩큰콩
Some code changes cannot be hot swapped into a running virtual machine, such as changing method names or introducing errors into running code. 본문
작은 콩 개발자/오류
Some code changes cannot be hot swapped into a running virtual machine, such as changing method names or introducing errors into running code.
귤치치 2023. 7. 5. 08:49run 하는 중에 깃을 pull 받았을 때 받은 code가 변경이 되지를 않았을 수 있다고 나타나는 메시지이다.
오류 사진
오류 내용
Some code changes cannot be hot swapped into a running virtual machine, such as changing method names or introducing errors into running code.
The current target virtual machine [spring.config.SpringBootMain at localhost:50245] from launch [ACMS - springBootMain] was unable to replace the running code with the code in the workspace.
It is safe to continue running the application, but you may notice discrepancies when debugging this application.
Reason:
Hot code replace falied - Scheme change not implemented
Do not show error when hot code replace falis
Continue / Details / Terminate / Restart
메서드 이름 변경 또는 실행 중인 코드에 오류 발생과 같은 일부 코드 변경 사항은 실행 중인 가상 머신으로 핫 스왑할 수 없습니다.
시작 [ACMS - springBootMain]의 현재 대상 가상 머신[spring.config.SpringBootMain at localhost:50245]이 실행 중인 코드를 작업 공간의 코드로 바꿀 수 없습니다.
응용 프로그램을 계속 실행하는 것이 안전하지만 이 응용 프로그램을 디버깅할 때 불일치를 발견할 수 있습니다.
이유:
핫 코드 대체 실패 - 체계 변경이 구현되지 않음
핫 코드가 오류를 대체할 때 오류를 표시하지 않음
계속 / 자세히 / 종료 / 다시 시작
오류 결론
계속하려면 Continue 를 누르고 새로 시작하려는 경우 Restart를 누르거나 하면 된다.
다음에는 이 메시지를 보고 싶지 않는 경우에는 체크를 하면 된다.
'작은 콩 개발자 > 오류' 카테고리의 다른 글
Comments