Regular API
function
sim.setDebugWatchList
Description
Allows to watch specific variables when a script is in a debug mode that displays variable changes.
C synopsis
-
C parameters
-
C return value
-
Lua synopsis
sim.setDebugWatchList(table listOfVariables)
Lua parameters
listOfVariables
: the list of variables to watch (e.g. {"x","arr[3]","model.handle"}), or nil to watch all variables.
Lua return values
-
All regular API functions on one page