Sha256: 0e3c67575815d8e814e341a0f952fcdb6812639762fafb4f719f83990bc8773f
Contents?: true
Size: 1.7 KB
Versions: 2
Compression:
Stored size: 1.7 KB
Contents
0.3 (2006-08-07) - Renamed Debugger.start_server to Debugger.start_remote. - Debugger.start_remote activates debugger by calling Debugger.start. - Debugger.start_remote starts a control thread which listen on port 8990 and accepts control commands, such as adding/deleting breakpoints, assigning catchpoint, etc. (Useful for GUI integration) - New Debugger.wait_connection option. When it's true, Debugger.start_remote waits until a remote connection is made. - New Debugger.stop_on_connect option. When a remote connection is established, debugger stops the main thread (Thread.main). - 'interrupt' command is available for the control thread. 0.2.1 (2006-07-29) - 'f[rame] nn' command selects a numbered frame. Frame numbers can be obtained by running frame command without parameters. - 'l[ist] =' show code in the context of the current line. - 'tm[ate]' opens the current file in TextMate. Available only on Mac OSX. 0.2 (2006-07-17) - Added the remote debugging. It should be activated by calling Debugger#start_server method. - CHANGED: In order to activate the debugger, it's not enough to require 'ruby-debug'. Debugger#start method must be called explicitly. - Debugger used to evaluate anything you enter as long as it's not a command. Starting from this version the 'eval' command must be used to evaluate an expression. 0.1.5 (2006-07-13) - Now the check for a breakpoint uses base filename of the source file. - Removed compilation warnings when compiling with -Wall 0.1.4 (2006-07-12) - Remembers the previous command. Invoke it by typing a carriage return at the command prompt. 0.1.3 (2006-07-11) - Conditional breakpoints - Bugfixes 0.1.2 (2006-07-16) ======================== - Initial release.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruby-debug-0.3-mswin32 | CHANGES |
ruby-debug-0.3 | CHANGES |