Replace explicit |-display| with |-setNeedsDisplay:YES| when updating the source...
authorJohn Cook <john@jazzmedia.com.au>
Mon, 15 Feb 2016 02:05:16 +0000 (13:05 +1100)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 10 Apr 2016 17:40:22 +0000 (13:40 -0400)
commit844fb9e754f2b3871254648b345a89166f64163f
treec2db9c8cade80f83a89a64a2f1bdb037c0de22fd
parente64b3e14034b4dc74ad2596a3bdec86a0fb4a76f
Replace explicit |-display| with |-setNeedsDisplay:YES| when updating the source viewer.

This might improve efficiency, but is the recommended method in any case.
Source/DebuggerController.m