From GridLAB-D Wiki
Jump to: navigation, search

 DEPRECATED  To debug runtime class behavior, GridLAB-D uses gdb. This debugger does not seem to be fully functional under GridLAB-D operating environment. The following are some tip and tricks that have been learned over time.

DLL Symbols

To load the symbols for a runtime class, use the following command:

(gdb) dll-symbols <classname>.dll

See Also