Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[Lua] Added new 'dump()' debug function for lua
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 20 Jan 2016 17:03:35 +0000 (18:03 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 20 Jan 2016 18:35:58 +0000 (19:35 +0100)
commit57116d6a1208a89cfbf53a70876ec88ba89243ea
treee9b89e73390ac218872c9c6a616a2c23b19254f2
parenta4c7c72e083feb239ad2d13cdfd800b8a9e81920
[Lua] Added new 'dump()' debug function for lua

This function will help users to easily dump their tables
by calling 'simgrid.dump(table)' in Lua. This is not really
an elaborate solution (no recursion handling), but it's OK
for the moment
src/bindings/lua/simgrid_lua.c