struct FormatSourceOpts

Defined at line 41 of file ../../src/developer/debug/zxdb/console/format_context.h

Public Members

optional language
bool show_file_name
int first_line
int last_line
int left_indent
int active_line
int highlight_line
int highlight_column
bool dim_others
bool require_active_line
map bp_lines
WeakPtr module_for_time_warning

Public Methods

void SetLanguageFromFileName (const std::string & file_name)

Sets the language member based on the extension of the file name, falling back to C for

anything that doesn't match.

Defined at line 266 of file ../../src/developer/debug/zxdb/console/format_context.cc