hxcppdbg icon indicating copy to clipboard operation
hxcppdbg copied to clipboard

Make Debugger Objects Available in the Evaluator

Open Aidan63 opened this issue 3 years ago • 0 comments

Having information such as stack frames, threads, etc, readable in the evaluator could be useful. Maybe some sort of singleton hxcppdbg.Debugger object, the debugger may want to start to have a concept of the "current thread" which is the thread that caused the last debugger break.

Aidan63 avatar Dec 11 '22 12:12 Aidan63