Set a breakpoint in a function
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 you would like the breakpoint to be set on. Multiple lines might be given as separate arguments or as a vector.
The rline returned is the real line that the breakpoint was set at.