Taylor Brown

- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
-
Taylor Brown created a post, Javascript sourcemaps and Breakpoints no longer work in Chrome 43
I am using Chrome 43.0.2357.81 (64-bit) and Jetbrains plugin 2.0.8. and Rubymine 7.1.2It appears that RubyMine is no longer downloading or processing sourcemaps for debugging. I am basing that on t... -
Taylor Brown created a post, When debugging Javascript, can I make the debug window execute all getters for an object?
If my Javascript object has getters/setters for its properties, the debug window allows me to invoke the getters, but is there a way for me to invoke all of the getters on an object at once? -
Taylor Brown created a post, Nothing happens when starting "Debug" of Ruby project
Debugging on our remote Vagrant Ruby SDK works okay on our Macs, but my colleague on a Windows machine is having trouble. He cannot seem to start a Rails debugging sesion. He can select the Rails c... -
-
-
Taylor Brown created a post, Run "Remote External Tool" to set up remote debug session
I can get remote debugging working in RM 7 if I run this command from my vagrant machine first:rdebug-ide --host 0.0.0.0 --port 5858 --dispatcher-port 26162 -- bin/rails sSo far, so good.However, I... -
Taylor Brown created a post, Typescript: Way to automatically add "import" statements?
Disclaimer: I am using Rubymine, but posting here because WebStorm is often a bit ahead of Rubymine in its Typescript features.In our Typescript code, it's quite common for us to have long path hie... -
-