Hi, I had a question on the perl inbuilt debugger. If I am in debugger mode and currently in module A and I need to set a breakpoint in another module, say B, how can I do this?
I know that if I say "b subroutineName" This will set the breakpoint to the subroutineName function in module B.
But if I need to set it to a particular line number (in B), can I do that?