Set breakpoint when running from command line

I’d like to set a breakpoint (@bp) when running code from the command line: julia filename.jl where the breakpoint could be inside a function or within the global scope of the file. Is this currently possible via Debugger.jl?