經常使用調試命令:spa
run GeoHashTest 110 10 10 -- 帶參數運行
stop at GeoHashTest:22 -- 斷點GeoHashTest文件的22行
stop in GeoHashEncode.Encoder
step -- 下一步,在當前棧幀或調用調用方法的棧幀
next -- 下一步,只在當前棧幀執行
list -- 顯示上下文代碼
clear -- list breakpoints
methods GeoHashTest -- list class's methods
locals -- print all local variables in current stack frame