set of dumb questions again
- regarding workspaces
how do i create a default workspace that always opens up when i double click
windbg.exe
i have a screen shot of what default theme i want to open up here if you
wish to see
http://blufferisme.googlepages.com/home
i created a workspace and if i use commandline -wf it sure opens up like i
made it
in the helpfile it is said that if i use stop|debugging and then make any
changes
and then go to hkcu\microsoft\windbg\workspaces
i can export the registry key
like wise i exported the key but it ends up being just 2kb file
whereeas the sample reg files in the directory are above ~ 15/18 kb
and when importing the sample registry keys windbg opens the themes without
having
to use the commandline -wf
also what are those placeholders.c in the themes directory if i need to
create those place holders
for my default workspace theme how can i proceed i cant find anything in the
help file regarding those placeholders
- does the extension apis expose any of the windbg gui apis ?
i see in edit menu you have already added two options when i have some
selection under my cursor
viz ctrl+shift+x –> search (expands to ?? /s -a0
and ctrl+shift+y -> dt
can i add further commands somehow ?
for example i want to copy whats under selection and paste it in memory
window edit box
so that it behaves like follow in memory dump
see screen shot number 2 in the link
http://blufferisme.googlepages.com/home
i see it is advised not to use win32apis from extensions in helpfile
i can hack together a Standalone FindWindow() FindChildWindow()
GetWindowLong(GWL_ID); Sendmessage() getting selection under cursor via
richedit
and again SendMessage(edicontrol, WM_SETTEXT ,…); and it seems to
work
is there anyway that i could integrate this inside a helper extension ?
- what is the user added command window text ? in view ->options ->colors
menu ?
can i somehow add a color scheme that would parse jmps and calls in the
disassembly window
and display them in colors i specify ?
- i also need to open a seperate dock window everytime i open windbg
and have one more command window shifted to that new seperate dock
so if i have a big output like the one .reload /f outputs i can view it in
full screen mode without
having to remove the dock in main windbg and or scrolling
but it seems only multiple memory windows could be open at a time and
only one command window can be open at anytime
is there a workaround ?
well these are not mainline issues and they dont carry much of an importance
but any
advice answers would be helpful
thanks and regards
raj_r