How can we easily add dashed variable names (they are written in Livescript) into watch window in Chrome (Chromium) debugger? Right-click adds the variable as is, so it can not be recognized as a variable:
Asked
Active
Viewed 49 times
3
-
I believe you only need to camelCase the variable in the debugger: `stockOrdersPerLot` – homam Sep 23 '16 at 09:23
-
yes, but how can I make it happen automatically? – ceremcem Sep 23 '16 at 10:18