Writers edit, architects redraw, and programmers debug. Development environments are usually nice enough to give programmers a bunch of tools to help determine where their program's going wrong. B… more →
COLD CASEssanaii33 wrote 5 days ago: 1. Edit virtual machine setting에서 Hardware 에서 Add 2. Serial Port 선택, Output to named pipe 선택 … more →
pglmy00 wrote 9 months ago: TraceTarget을 사용하여 로그 기록 설정을 추가해 보자 import mx.logging.ILogger; import mx.logging.LogEventLevel; impor … more →
lum7671 wrote 1 year ago: 형식있는 로그를 만들기 위해서 다음과 같이 해봤다. * common.h ... #define __FILENAME__ (strrchr(__FILE__,'/')+1) #define N … more →
taez wrote 3 years ago: Writers edit, architects redraw, and programmers debug. Development environments are usually nice en … more →
taez wrote 3 years ago: This article details various methods for debugging PHP applications, including turning on error repo … more →