MySmallBasic icon indicating copy to clipboard operation
MySmallBasic copied to clipboard

An Open-source Software for SmallBasic Interpreter and Debugger written in Java

Results 26 MySmallBasic issues
Sort by recently updated
recently updated
newest added

프로그램이 저장된 위치의 경로에 공백이 있으면 못찾는 문제 @kwanghoon

라벨 선언을 못찾는 경우 에러 메시지 @kwanghoon

따옴표 매칭 파싱 에러가 발생했을 때 오류 메시지 @kwanghoon @

EndIf가 빠질때 파싱 에러 위치를 제대로 파악하지 못하는 문제

In MySmallBasic, h_cond1 = (b1=turn AND b2=turn AND b3=turn) 파싱 OK!! MS SmallBasic, 파싱 에러!!

비디오가 한 개 일 때는 잘 실행되지만 비디오 여러개를 실행 시킬 경우, 그 중 한 개의 비디오는 잘 뜨지 않는 오류가 발생합니다.(종종 잘 작동합니다.)

정상실행은 잘 되나, 디버그모드에서 refresh가 적절히 안되는 것으로 추측됨 02_FontYellowColor.sb : Yellow 상수이름문제 12_DrawLine.sb : 개별라인이 안그려지는 현상 13_LineColor.sb : 동일 나머지 그래픽윈도우 관련 프로그램에서 유사한 문제 @KimGa-Young @moonyoungJo @kwanghoon

디버깅 도중에 프로그램을 종료했을때 gui디버거창이 없어지지 않는 문제 @moonyoungJo @kwanghoon

jdiScript를 이용하여 디버그(새로운 Virtual machine으로 디버깅할 프로그램을 실행하여 jdi로 디버깅하는 것) 할 때, 내용이 없거나 공백으로 이루어진 스몰베이직 파일을 실행할 때, 아래와 같은 예외가 발생하게 됩니다. Exception in thread "main"...

Shapes and controls in the layer 3 are not ordered as they are added. @KimGa-Young @kwanghoon