metaeditor.exe version 934 does not let me look at variables while debugging

 

Strange. Works for me.

Right click on variable in debug mode -> Add watch

I see values in watch window.

Only thing is that variable must be in scope.  

 
drazen64:

Strange. Works for me.

Right click on variable in debug mode -> Add watch

I see values in watch window.

Only thing is that variable must be in scope.  



I also have the same problem . How do you put variable in scope

 

I have got it working now . Must add this in the code

class CFix { } ExtFix;

Reason: