2.9.1.30. memory_DebugDumpMortals()

[<<<] [>>>]

This function is used for debugging purposes. (To debug ScriptBasic and not to debug a BASIC program using ScriptBasic. :-o )

The function prints the content of the mortal list to the standard output.

void memory_DebugDumpMortals(pMemoryObject pMo,
                             pMortalList pMortal
  )@{

[<<<] [>>>]