I want ask how i can debug Cgi with C::B
As usual? cgi is not significantly different from any other program, there should be nothing special you need to do. cgi reads url-encoded arguments from
stdin and writes (whatever ouput) to
stdout.
how i can make C::B run Browser in not cb_console_runner
You will have to modify the sources and compile your own for that. However, I don't think it is what you want to do.