ブレイクポイントというのは関数の途中には設定出来ないのですか?

function process(){
if Input.is_action_just_pressed("ui_accept"){
print("1")
print("2")# ここにブレイクポイント
}
}