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
Fixed README More... almost 15 years ago
Fixed README More... almost 15 years ago
Changed markup of README More... almost 15 years ago
Fixed disappearing of window's title (issue #7) More... almost 15 years ago
Fixed README More... almost 15 years ago
Forgot to add some Windows fixed in previous commit. Not they are added. More... almost 15 years ago
Fixed all Windows issues. All tests are passed on Windows now More... almost 15 years ago
Started to fixing Windows related issues. Fixed killin/starting processes, sending/receiving messages More... almost 15 years ago
Improved comments covering More... almost 15 years ago
Fix height of variables/breakpoints windows (issue #9) More... almost 15 years ago
Improved jumping to file after next/step/cont commands - avoid opening of files in Variables Window More... almost 15 years ago
Fixed issue #2 - highlighting of breakpoints and current line after start More... almost 15 years ago
Fixed issue #12 - now you don't need 'source' command before run tests (call g:TU.run()) More... almost 15 years ago
Added nesting levels to variables More... almost 15 years ago
Merged... More... almost 15 years ago
Middle of changes... More... almost 15 years ago
Fixed documentation More... almost 15 years ago
Improved navigation through variables in Variables Window - all variables now have their own inner ID, and this allows us to avoid issues with variables the same names, parents, etc. More... almost 15 years ago
Fixed issue #8 - freezing on opening variables with name that includes '\' More... almost 15 years ago
Fixed opening variables with the same names (and even same objectIds - when two references from different objects to the same object) More... almost 15 years ago
Rollback to previous version of Ruby Debugger, because new version is pretty buggy, and old version is enough fast too (~0.1s for query handling) More... almost 15 years ago
Variables with quotes are visible now (fixed issue #5) More... almost 15 years ago
Improved mechanism of getting messages from debugger (issue #4) More... almost 15 years ago
Added documentation More... almost 15 years ago
Added possibility to specify parameter of Rdebugger command. Now you can run any ruby script, not only script/server. E.g.: ':Rdebugger bla.rb' will run bla.rb More... almost 15 years ago
Added command RdbCommand. Now you can directly send commands to the debugger and evaluate any expressions. E.g.: ':RdbCommand p User.all' More... almost 15 years ago
Added syntax highlighting for Breakpoints Window More... almost 15 years ago
Added syntax highlighting for Variables Window More... almost 15 years ago
Added clearing of variables after movement command (next/step/cont/exit) More... almost 15 years ago
Fixed clearing of current line sign after next/step/cont commands More... almost 15 years ago