Skip to content

Commit

Permalink
Print error when we can't evaluate condition
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Mar 26, 2024
1 parent a4e8d85 commit e6db914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hld/Debugger.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e6db914

Please sign in to comment.