Plugin that adds a code scrapbook to the debugger?
I'm searching for a plug-in that adds the ability to execute code snippets in the context of the current stack frame while debugging. I didn't find a plug-in that supports my needs on the community web site unless I overlooked something.
Grant
Please sign in to leave a comment.
Alt-F8 is the built-in expression evaluator.
I think I need more than the expression evaluator can deliver. I need to make a series of calls to the reflection APIs. I'll give it a shot and see if it can handle the job for my particular situation.
Grant
It would be nice if you could assign temp variables within the expression window, like Visual Age.