Blob of Commands/Debug - Quit Debugger.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
10 require "#{ENV["TM_BUNDLE_SUPPORT"]}/lib/ruby_amp.rb"
11 d = RubyAMP::RemoteDebugger.new
12 exit unless d.connected?
13
14 d.command("quit")
15 puts "Debugger Quit"</string>
16 <key>fallbackInput</key>
17 <string>line</string>
18 <key>input</key>
19 <string>selection</string>
20 <key>keyEquivalent</key>
21 <string>^\</string>
22 <key>name</key>
23 <string>Debug - Quit Debugger</string>
24 <key>output</key>
25 <string>showAsTooltip</string>
26 <key>uuid</key>
27 <string>EE3408D4-BDCB-45BA-BED6-C0A4A9E0EC09</string>
28 </dict>
29 </plist>