Macaulay2
»
Documentation
Packages
»
Macaulay2Doc
»
The Macaulay2 language
»
debugging
»
debug
»
debug(LocalDictionary)
next
| previous |
forward
|
backward
|
up
|
index
|
toc
debug(LocalDictionary) -- open a local or global dictionary to the user
Function:
debug
Usage:
debug dict
Inputs:
dict
,
an instance of the type
LocalDictionary
or
an instance of the type
GlobalDictionary
,
Consequences:
if
dict
is a local dictionary, its symbols are added to the private dictionary of
User
, otherwise
dict
is prepended to
dictionaryPath
, and in both cases the symbols are made visible to the user
See also
dictionaryPath
debug(Package)
-- open the private dictionary of a package
debug(String)
-- open the local dictionary of a loaded file
Ways to use this method:
debug(GlobalDictionary)
debug(LocalDictionary)
-- open a local or global dictionary to the user
The source of this document is in
Macaulay2Doc/functions/debug-doc.m2:62:0
.