noun
symbolic debugger
A debugger that allows debugging using symbolic information like variable names and function names, rather than just memory addresses. Used in software development.
シンボリックデバッガを使うと、変数名でブレークポイントを設定できる。
Using a symbolic debugger, you can set breakpoints by variable name.