> I am searching a good debugger to debug my network > driver. Which do you guys use?
kmdb. > kmdb looks better than DTrace, in that it enables > breakpoint, step in, step over. However, on my x86, > nv61, the [b]mdb -K[/b] command does not invoke it. > " > #mdb -K > mdb:-F must also be supplied to start kmdb from > non-console tty " > > but, mdb -K -F makes server hang up. No, the server isn't hung, it's now waiting at the kmdb prompt. (type the command ":c" + return, and the machine resumes) I guess the problem is that you don't see the kmdb prompt, because you we're running the GUI. kmdb on S-x86 can only be used on the ascii text console or via console on a serial port. This message posted from opensolaris.org _______________________________________________ networking-discuss mailing list [email protected]
