Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 253 Bytes

development.md

File metadata and controls

15 lines (11 loc) · 253 Bytes

Development

Debugging

map::at exception

SystemC catches access to std::vector elements, which do not exist. You can easily find the line with gdb (gdb sim)

  • set pagination off
  • catch throw
  • commands
  • backtrace
  • continue
  • end
  • run