0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Now, when you set/remove breakpoint and Breakpoint Window is opened, changes will be shown in this window More... almost 15 years ago
Added ability to open file with breakpoint from Breakpoint Window by pressing o or mouse double-click More... almost 15 years ago
Added ability to destroy breakpoints from Breakpoint Window More... almost 15 years ago
Added showing of breakpoints in separate window (call g:RubyDebugger.open_breakpoints()) More... almost 15 years ago
Created stub for Breakpoints Window More... almost 15 years ago
Added ability to remove selected breakpoint (just press the same <Leader>b on it) More... almost 15 years ago
Fixed opening of arrays More... almost 15 years ago
Fixed bug with opening last child of variable More... almost 15 years ago
Added tests for open/close variables and variables window More... almost 15 years ago
Added some variables tests. Now you can run only necessary group of tests by passing its name in argument of g:TU.run() funciton (e.g., call g:TU.run('variables')) More... almost 15 years ago
Added jump to breakpoint test. Begun to write variables tests More... almost 15 years ago
Added test for breakpoints - assign all set breakpoint to newly run server More... about 15 years ago
Added test for setting breakpoint More... about 15 years ago
Started breakpoint tests. Added mock object for mocking real debugger More... about 15 years ago
Added tests for server running/stopping More... about 15 years ago
Added very simple unit test framework. Modified notifier and generator for generating additional plugin file with tests More... about 15 years ago
Fixed README. Added colors for breakpoints and current line More... about 15 years ago
Added README More... about 15 years ago
Added TODO More... about 15 years ago
Added commands: Next, Step, Continue More... about 15 years ago
Now you can assign breakpoints even without running server, and they will be added to debugger once server will be started More... about 15 years ago
Added stopping of the previously running servers before starting new (for :Rdebugger command) More... about 15 years ago
Added Logger to track running process of debugger More... about 15 years ago
Made refactoring of variables window: Move all operations with windows (opening, closing, toggling, displaying, etc) in separate abstract class Window. All descendants of this class should define their methods bind_variables, where they should contain key binding for this window. More... about 15 years ago
Fixed opening/closing of variables and their subvariables. Now it works better, fixed almost all bugs. More... about 15 years ago
Added ability to open childs of variables by 'o' or double-click by mouse. It is *really* buggy still, but it works! :) More... about 15 years ago
Added ability to display nested variables (arrays, user-objects, etc) More... about 15 years ago
Split the plugin to many files. Added automatical collector (collector.rb and notifier files), it uses inotifywait for automatical creating vim/plugin/ruby_debugger.vim accordingly to ruby_debugger_plan.txt More... about 15 years ago
Added root store of variables. All variables will be stored there. More... about 15 years ago
Made variables as objects More... about 15 years ago