Skip to content
Alex Chubaty edited this page Sep 26, 2016 · 16 revisions

Debugging

  1. Traceback and error inspector

  2. spades(mySim, debug = TRUE)

    By default shows you the scheduled and completed event lists. Can also pass character for a simList accessor function, e.g., spades(mySim, debug = 'objects')

  3. Insert a browser() call in your module