X-Git-Url: http://nitlanguage.org diff --git a/src/debugger.nit b/src/debugger.nit index 75e3abe..87c9a17 100644 --- a/src/debugger.nit +++ b/src/debugger.nit @@ -527,6 +527,7 @@ class Debugger # Effectively untraces the variable called *variable_name* # + # Returns true if the variable exists, false otherwise private fun untrace_variable(variable_name: String): Bool do var to_remove: nullable TraceObject = null