Add support for breaking by function name: ':break foo'
authorSimon Marlow <simonmar@microsoft.com>
Wed, 18 Apr 2007 14:22:17 +0000 (14:22 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 18 Apr 2007 14:22:17 +0000 (14:22 +0000)
This is a bit hacky; it grabs the source location from the Name and
tries to set a breakpoint at that location, which in most cases
should be the breakpoint covering the whole definition.


No differences found