Patches: Browse | Submit New | Admin

[#5310] improved debugger

Date:
2006-08-05 11:03
Priority:
3
Submitted By:
Ondrej Bilka (eirik)
Assigned To:
Nobody (None)
Category:
Developer Tools/Libs
State:
Open
Summary:
improved debugger

Detailed description
I modified debugger that he now debugs locally.
debugit {block} which debugs block and threads spawned from it. 
It is for apps with ruby scripting. And/or apps which runs threads you dont want debug.
 It works in irb too.

require 'debugger'
DEBUGGER__.debug

Add A Comment: Notepad

Please login


Followup

Message
Date: 2006-08-05 15:57
Sender: Kent Sibilev

It would be nice to see the diff with original debug.rb
Date: 2006-08-05 11:24
Sender: Ondrej Bilka

last 2 lines were how use old debuger behaviour. (added as
debug.rb)
with diff is problem that original is bad formated.

Attached Files:

Name Description Download
debugger.rb Download
debug.rb Download

Changes:

Field Old Value Date By
assigned_tozenspider2009-02-18 03:29zenspider
assigned_tonone2007-06-13 06:27zenspider
category_idMisc / Other Standard Library2007-05-30 04:16zenspider
category_idMisc / Other Standard Library2007-05-30 04:16zenspider
category_idNone2007-05-30 03:50zenspider
File Added732: debug.rb2006-08-05 11:08eirik
File Added731: debugger.rb2006-08-05 11:06eirik