It's hard to figure out what is wrong here without more info, but here's some
suggestions:
You can run Firefox with both Venkman and a browser window by adding a
'-browser' switch as well (see firefox --help for more potentially useful options).
Regarding not seeing your code, I don't think using the commandline switch will
necessarily help, but have a read through:
http://www.gijsk.com/blog/2010/08/venkman-0-9-88-1/ (disclaimer: that's my blog,
and it's old).
The reason it's so complicated is that the architecture of Venkman is 10 years
old or so, and in the meantime JS engines, including Spidermonkey and its monkey
friends, have evolved. A lot. And Venkman (and the debugging API in
Spidermonkey) didn't really evolve nearly as aggressively. The API side of that
is currently being fixed, along with work on having a better user experience
when debugging websites (see
http://blog.astithas.com/2012/02/debugging-javascript.html ). To my knowledge,
nobody is working on making debugging chrome less painful (yet).
Hope that clarifies a bit...
Cheers,
Gijs