unmanaged memory

  • Thread starter Thread starter Lee Crabtree
  • Start date Start date
L

Lee Crabtree

Is there a way for me to find the address of unmanaged variables while
debugging a managed application? My proficiency with memory debugging is
not up to par, and I've got to be able to see inside an unmanaged array
while running the managed application over it. Thus far, it seems like all
unmanaged memory is pratically invisible to the debugger when managed code
is being run.

Lee
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top