Skip to content

Commit 8d3b637

Browse files
author
Daniel Kroening
committed
use DEBUG define for debugging output
1 parent 0f557de commit 8d3b637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/goto-symex/show_vcc.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ void show_vcc_plain(
6565
{
6666
out << "{-" << count << "} " << format(p_it->cond_expr) << '\n';
6767

68-
#if 0
69-
out << "GUARD: " << format(p_it->guard_expr) << '\n';
68+
#ifdef DEBUG
69+
out << "GUARD: " << format(p_it->guard) << '\n';
7070
out << '\n';
7171
#endif
7272

0 commit comments

Comments
 (0)