Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Reflect latest API changes.
Browse files Browse the repository at this point in the history
svn path=/branches/mono-2-4/debugger/; revision=139453
  • Loading branch information
Martin Baulig committed Aug 5, 2009
1 parent 26e0294 commit b0c83ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/SingleSteppingEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ ExceptionAction throw_exception (TargetAddress stack, TargetAddress exc, TargetA
return action;
}

foreach (ExceptionCatchPoint handle in exception_handlers.Values) {
foreach (ExceptionCatchPoint handle in process.Session.ExceptionCatchPoints) {
Report.Debug (DebugFlags.SSE,
"{0} invoking exception handler {1} for {0}",
this, handle.Name, exc);
Expand Down

0 comments on commit b0c83ee

Please sign in to comment.