Yaps , I understand now that most of you want a
better user interface. Altough I am a command line
freak myself (I think that menus only minimize
debuggind productivity )I agree that Softice’s
interface have many downsides.
Now about TurboVision. Not only that a debugger like
NTICE cannot use Windows GUI , but even if it’s uses
it’s own Windows Interface , one most not forget that
such a debugger have to operate at high IRQL levels.
A direct consequence of this is that dynamic memory
operations are forbiden and the debugger will require
a
more larger internal stack. This problem is not
imposible to solve since one can write a small
internal memory manager for the debugger , wich would
use for dynamic allocations a pre-allocated are of
fixed size into locked memory. I will profile a
Tvision app those days to see wich is the average heap
space used by the framework. Depending of this result
I will see if it worths to waste the ammount of
required memory or not (probably yes :P)
Thx All for feedback
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com