In the dataReceived: method if an error is in the response, set the error on the...
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 11 Aug 2007 22:52:36 +0000 (15:52 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 11 Aug 2007 22:52:36 +0000 (15:52 -0700)
commit911aae12785addfc349c9066617fad4c9f79b1af
tree5909f8968b18788a9461ea92311e4cf7d923f841
parent2dc3c0152e2e997c64caeb7483055944edaf79b7
In the dataReceived: method if an error is in the response, set the error on the window

* Source/DebuggerConnection.m:
([DebuggerConnection dataReceived:deliverTo:]): If the response XML contains an error tag, set the error of the window to be the error message
Source/DebuggerConnection.m