Inflearn brand logo image

Inflearn Community Q&A

minseo20949062's profile image
minseo20949062

asked

[MMORPG Game Development Series with C# and Unity] Part3: Unity Engine

Sound Manager #3

Debug.Log 관련

Written on

·

283

0

이번 질문은 챕터와는 연관은 없으나, 갑자기 문득 떠올라서 질문드립니다 !!

코드를 작성하다 보면 오류가 나기 마련인데, 저는 그럴때마다 버그가 의심되는 부분에 Debug.Log를 찍어서 찾습니다. 강사님께서도 제가 말한 것처럼 하시는지, 아니면 코드마다 Debug.Log를 미리 찍어두시는지 궁금합니다 ! 

 

C#unity

Answer 1

0

rookiss님의 프로필 이미지
rookiss
Instructor

일차적으로 Debug.Log를 찍어보지만 그것도 한계가 있기 때문에
breakpoint를 잡고 디버깅을 해보는 것이 가장 확실합니다.

minseo20949062님의 프로필 이미지
minseo20949062
Questioner

빠른 답변 감사합니다! :)

minseo20949062's profile image
minseo20949062

asked

Ask a question