Skip to content

Commit

Permalink
specify that variable values in stacktraces are not supported currently
Browse files Browse the repository at this point in the history
also replace tabs with spaces in comment list lines to make list consistent
  • Loading branch information
alexezeder committed Jun 17, 2021
1 parent 7794605 commit 23b9050
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions backward.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,10 @@
// - object filename
// - function name
// - source filename
// - line and column numbers
// - source code snippet (assuming the file is accessible)
// - variables name and values (if not optimized out)
// - line and column numbers
// - source code snippet (assuming the file is accessible)
// - variable names (if not optimized out)
// - variable values (not supported by backward-cpp)
// - You need to link with the lib "dw":
// - apt-get install libdw-dev
// - g++/clang++ -ldw ...
Expand All @@ -153,8 +154,8 @@
// - object filename
// - function name
// - source filename
// - line numbers
// - source code snippet (assuming the file is accessible)
// - line numbers
// - source code snippet (assuming the file is accessible)
// - You need to link with the lib "bfd":
// - apt-get install binutils-dev
// - g++/clang++ -lbfd ...
Expand All @@ -166,7 +167,8 @@
// - source filename
// - line and column numbers
// - source code snippet (assuming the file is accessible)
// - variables name and values (if not optimized out)
// - variable names (if not optimized out)
// - variable values (not supported by backward-cpp)
// - You need to link with the lib "dwarf":
// - apt-get install libdwarf-dev
// - g++/clang++ -ldwarf ...
Expand Down

0 comments on commit 23b9050

Please sign in to comment.