products forums blog support careers about
  History | Log In     View a printable version of the current page.  
PRO USERS, to ensure 'PRIORITY SUPPORT' make sure that your ASAP account is "tagged" when you file the request. Click here for instructions on how to tag your account.
Issue Details (XML | Word | Printable)

Key: ROR-1198
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Chris Williams
Reporter: Chris Williams
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Aptana RadRails

Unable to remove exception breakpoints using ruby-debug debugger

Created: 11/Mar/09 01:41 PM   Updated: 12/Mar/09 10:16 AM
Component/s: Debugging
Affects Version/s: 1.2.0
Fix Version/s: 1.2.0

Issue Links:
Related
 

Impact on Workflow: Critical
Studio Install Type: N/A
Participants: Chris Williams
Issue Source: Customer


 Description  « Hide
Due to a change in ruby-debug, there's no more command to remove exception breakpoints. And the previously existing "catch off" command now breaks the debugger, so we've removed the implementation of sending that command when users try to disable.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Chris Williams - 11/Mar/09 01:41 PM
This bug was opened as result of trying to implement ROR-58.

Chris Williams - 12/Mar/09 10:16 AM
I submitted a patch for ruby-debug-ide which Martin landed immediately and released in ruby-debug-ide 0.4.5. With this, I implemented a fix for removing exception breakpoints.