Skip to content
Snippets Groups Projects
Commit 505e12b0 authored by ruslan.laishev's avatar ruslan.laishev 💬
Browse files

A small refactoring to reduce diagnostic output.

Added new configuration option in the section "resources":
dap_global_db_track_history=true|false (default is false)

dap_common.h:
Added new macro debug_if(cond, log_level, format, ...) is supposed to be used instead of
giant construction like:
if ( debug_flag )
 log_it(L_DEBUG, "bla-bla-bla");
parent 74daa224
No related branches found
No related tags found
Loading
Pipeline #12612 passed with stage
in 5 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment