Invalid Memory Access with Variable Viewer in the Debugger

Working on new editor enhancements?
jonljacobi
User
User
Posts: 67
Joined: Mon Jan 16, 2006 10:12 pm

Invalid Memory Access with Variable Viewer in the Debugger

Post by jonljacobi »

Every time I try to inspect the variables I get this IMA error and the program stops. Any ideas?

The program is about 30k lines and 350 procedures. A lot of variables as well. Just got finished porting the syntax.

Cheers, Jon


:?:
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Does the same happen with a smaller program?
jonljacobi
User
User
Posts: 67
Joined: Mon Jan 16, 2006 10:12 pm

Post by jonljacobi »

Only run a few, but no. It may be all the pointer stuff I'm using.

Cheers, Jon
Post Reply