Megatest

Changes To using trace with the megatest executable
Login

Changes to "using trace with the megatest executable" between 2014-11-26 09:33:51 and 2014-11-26 09:37:00

1


2
3
4
5
6
7
8
1
2
3
4
5
6
7
8
9
10

+
+







<h3>Using trace to debug Megatest issues</h3>

NOTE: I have found this method to be very efficient for debugging in general and use it in most of my programs. 

  #  Create ~/.megatestrc
<verbatim>(use trace)
(import trace)
;; list the functions you think might illuminate the problem here
runs:process-expanded-tests
)</verbatim>