dbgPrint()

(Notebook: Hilfsfunktionen.m)
Package: ../../Hilfsfunktionen.m Context: Hilfsfunktionen`


dbgPrint[id,msg] Prints the message msg if id is in Global`debugList.
id should be a string, which can be remembered easily i.e. the class name.
if id is not given the string will be "misc"
debugList is a list of strings. You can use the wildchar * to search for patterns.
i.e. debugList={"*"} prints all dbgPrint messages.
if debugList is not defined dbgPrint only takes 0.1 ms to evaluate.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.