Delete a breakpoint in a function
No checking is done to make sure that the line you requested is really a breakpoint. If you get the wrong line nothing will happen.
func
- String representing the function name. When already in debug mode this should be left out and only the line should be given.
line
- Line where you would like to remove the breakpoint. Multiple lines might be given as separate arguments or as a vector.