Blob of Commands/Debug - Current File.tmCommand (raw blob data)

1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>beforeRunningCommand</key>
6 <string>nop</string>
7 <key>command</key>
8 <string>#!/usr/bin/env ruby
9 require "#{ENV['TM_BUNDLE_SUPPORT']}/lib/ruby_amp.rb"
10 RubyAMP::Launcher.open_controller_terminal
11
12 ARGV &lt;&lt; "-s"
13 ARGV &lt;&lt; RubyAMP::RemoteDebugger.prepare_debug_wrapper("load #{ENV['TM_FILEPATH'].to_s.inspect}")
14
15 require 'rubygems'
16 require 'ruby-debug'
17 load 'rdebug'</string>
18 <key>fallbackInput</key>
19 <string>line</string>
20 <key>input</key>
21 <string>selection</string>
22 <key>keyEquivalent</key>
23 <string>@d</string>
24 <key>name</key>
25 <string>Debug - Run current file</string>
26 <key>output</key>
27 <string>showAsHTML</string>
28 <key>scope</key>
29 <string>source.ruby, source.ruby.rspec.story</string>
30 <key>uuid</key>
31 <string>61FE0786-CB5F-4E8F-8DFD-03C0128CDE50</string>
32 </dict>
33 </plist>