On this page:
medic
debug

3 Evaluation🔗ℹ

 (require medic/core) package: medic

procedure

(medic path ...)  void?

  path : (or/c relative-path? complete-path?)
Evaluates the Medic programs and records debugging information.

procedure

(debug path)  void?

  path : (or/c relative-path? complete-path?)
Transforms the source program located in the file path path by installing debugging instructions and evaluates the transformed source program. If there is any debugging traces produced by the Medic tracing library, a graphical trace browser is opened.