본문 바로가기
개발

FlashDevelop에서 디버깅 오류 Error #1065: Variable ? is not defined. 해결

by 솜씨제이 2017. 11. 29.

FlashDevelop에서 Adobe AIR 모바일을 디버깅 할 때 가끔 아래와 같은 에러 메시지로 중단 되는 경우가 있다.

[Fault] exception, information=ReferenceError: Error #1065: Variable FlexVersion is not defined.
[Fault] exception, information=ReferenceError: Error #1065: Variable 변수명 is not defined.

그럴 경우 아래와 같은 방법으로 해결할 수 있다.

1. Project > Clean Project(Shift+F8)를 하고 다시 빌드한다.

2. Debug > Break On All Errors(Ctrl+Alt+E)를 해제한다.

댓글