HackerTrans
トップ新着トレンドコメント過去質問紹介求人

IvarTJ

no profile record

コメント

IvarTJ
·2 年前·議論
A motivation for reimplementing System.out.println might be to have it reliably display Unicode characters in Windows terminals, using WriteConsoleW.
IvarTJ
·2 年前·議論
I've found a debugger particularly useful when trying to understand details about other people's code, when changing the source code is not necessarily an option. They can quickly give me answer to how the call stack looks like when a function is called, and let me inspect variables in different frames of the stack.