Taylor Brown

- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
Created 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... -
Created 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? -
Created 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... -
Created 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... -
Created 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... -
Created How to jump to the definition of a inferred type in Typescript?
I use Rubymine, but I am in the minority using Typescript there, so I'll ask over here first in hopes that what I want to do is actually possible.I can do the following in Typescript:var someTypedO... -
Created Link to file from stack trace in console
We are printing some very nicely formatted stack traces to the console from Javascript:Error: Crashing now, just as you requested! at Function.YNABSharedLib.crashNow (../ynab_shared_library/app/... -
Created How to configure an output filter for a remote SSH External Tool
I am trying to run the typescript compiler over ssh as a "remote SSH External Tool". I got the script working with no issue, but I can't get the files referenced in the error messages to be hyperli... -
Created Remote SDK with Vagrant. No Gems listed.
RubyMine 6.0.3 is installed on my Mac.I've got a Vagrant (Ubuntu) machine that can happily run my Rails app. Now, I'm trying to set up a fresh install of RubyMine to debug my Rails app on the Vagra... -
Created Can I see the raw make/build output?
I am trying to compile an AIR project that uses Flex 4. I can get it to compile under "normal" circumstances, but I would like to tell the compiler to use the "-compatibility-version" flag. Trouble...