David Benman

- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
David Benman created a post, AnsweredStack Trace in Javascript Debugger for IntelliJ?
Is a stack trace available when debugging Javascript? I'm debugging HTML5 with IntelliJ and Chrome and can't find the stack trace when pausing on a break point in the debugger. Does it exists? How ... -
David Benman created a post, Can Intellij create class properties in ActionScript?
Is there a way to create or refactor a class property when I am writing a function? For example, if I want to have "someFlag" as a variable in my function, can IntelliJ create the declaration "priv...