Setting break points for debugging cint

Hi,
I’m using a macro in cint which I need to debug. I can set break points to functions (eg. .b Analysis::run) but what I’d really like to do is set it to a particular line number (eg. .b Analysis::184) is this possible? I couldn’t see how to do this in the documentation, but prehaps I’m looking in the wrong place.
Thanks for any help
Simon

I think you need to already be stop inside the file to put a break point at a specific line.

.b 184Cheers,
Philippe.