diff --git a/hld/Debugger.hx b/hld/Debugger.hx index c41e6da..7ce8118 100644 --- a/hld/Debugger.hx +++ b/hld/Debugger.hx @@ -393,7 +393,7 @@ class Debugger { } } } catch( e : Dynamic ) { - if( DEBUG ) trace("Can't evaluate condition for breakpoint: " + condition); + trace("Can't evaluate condition (" + condition + ") for breakpoint: " + e); } } return cmd.r;