package rdbg

  1. Overview
  2. Docs
RDBG: a reactive programs debugger

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rdbg.v1.199.0.tgz
md5=da1c08e352dae8155c089823bf490f42
sha512=6076eaa3608a313f8ac71a4f5aa4fcc64aeb0c646d581e5035110d4c80f94de34f2ba26f90a9a1e92a7f788c9e799f1f7b0e3728c853a21983ad732f0ee60352

doc/rdbg/Callgraph/index.html

Module CallgraphSource

Sourceval verbose : bool ref
Sourceval gen_call_graph : RdbgEvent.t -> RdbgEvent.t

Generates a dot and a pdf file that contains the CG from the current call (fails if the event kind is not a 'call')

Sourceval gen_call_graph_full : RdbgEvent.t -> RdbgEvent.t

Ditto, but also generates the call graphs of sub-calls (accessible by clicking on nodes in the pdf). Is of course much more costly.

Sourceval pdf_viewer : string ref

used by display_call_graph to display the CG

Sourceval display_call_graph : unit -> unit

display the CG generated by the last call to gen_call_graph(_full) using pdf_viewer