dbcheck | checks wether a variable is stored in global workspace and listed in SGvar | |
dbload | imports a workspace varibale into a fnct | |
dbpause | similar to pause, but shows the calling fnct and if dbprintmode is on, jumps to the line | |
dbplot | plots a SG objetcs (SG, PL, CPL, CVL, etc.) for debug purposes | |
dbprintf | like printf but shows the calling fnct and with dbprintmode also an hyperlink | |
dbprintflog | fnct that logs similar to former frintf(2,) a text tino a log file | |
dbprintftext | simplified text output in debug scenarios | |
dbprintmode | switches on the possibility to reach code lines when using dbprintf fnct | |
dbreturn | this is a fnct Mathworks should implement for debugging reasons | |
dbsave | writes for debugging variables into the global workspace | |
whoSG | SG list of global variables stored in the work space | |
XX | Creates comment lines including formated variables with a hyperlink including variables | |
XXprintmode | switches on the possibility to reach code lines when using dbprintf fnct | |
XXreadcomment | returns the text of the comments of the comment file as hyperlinks | |