Senthil
2010-09-07 19:11:16 UTC
I am using WinDBG 6.12.2.663 to debug a target (VMWare ware guest)
over COM pipe. I intend to pass a command line that clears the screen
and continues debugging. So, I pass -c ".cls;g" and I get the syntax
error
Processing initial command '.cls;g'
0: kd> .cls;g
^ Syntax error in '.cls;g'
It works fine if pass just -c ".cls"
WinDBG help states that "If you are starting a debugging client, this
command must be intended for the debugging server. Client-specific
commands, such as .lsrcpath, are not allowed. ". Is that wha the issue
is?
I am not using client/server setup here, though I would agree that my
debugger is running in client mode here for all practical purposes.
Why is this restriction and is there a way for me to get .cls working
with other commands via -c ""?
Thanks,
Senthil
over COM pipe. I intend to pass a command line that clears the screen
and continues debugging. So, I pass -c ".cls;g" and I get the syntax
error
Processing initial command '.cls;g'
0: kd> .cls;g
^ Syntax error in '.cls;g'
It works fine if pass just -c ".cls"
WinDBG help states that "If you are starting a debugging client, this
command must be intended for the debugging server. Client-specific
commands, such as .lsrcpath, are not allowed. ". Is that wha the issue
is?
I am not using client/server setup here, though I would agree that my
debugger is running in client mode here for all practical purposes.
Why is this restriction and is there a way for me to get .cls working
with other commands via -c ""?
Thanks,
Senthil