Is there a better way to debug in Rhino than print this every time?
for (prop in obj) { print("obj[" + prop + "] = " + obj[prop]); };
Update. To be clear, my question is whether there are existing standard methods / modules / tricks in this thread.
obj.toSource() will be performed for basic inspection.
obj.toSource()
For
it seems like a strange case when it is not displayed, for example:
var v = []; v['love'] = 'amore'; print(v.toSource());
while your source code (you can wrap it in int dump () works.
Source: https://habr.com/ru/post/1745048/More articles:Mach-O binaries using FASM - assemblyUseful tip for developing MS Word professional add-on - c #validates_uniqueness_of ... limit scope - How to restrict someone from creating a certain number of records - scopeFinding a better design: a read-only read mechanism - c #Facebook Insights for Page via API - facebookAnalyzing Facebook Pages via API - apiМогу ли я проверить группу RadioBottoms внутри группового окна? - c++Filtering Android ListActivity ArrayAdapter without a physical keyboard? - androidПапки, созданные с ** SUBST cmd **, не работают на IIS 6 - iis-7What is an effective way to find a pattern in large text? - regexAll Articles