debugger

  1. KMatle

    Bug? B4A 8.5-Debugger: Mouse over Byte Array with exact lenght of 100 bytes

    Today I mentioned that if you define a byte array with a length of 100 the debugger doesn't show the array's content when you move the mouse over it. Not a big thing but took me some time to realise ;-) This doesn't work (mousepointer over "PWBytes" shows an empty window) Dim PWBytes(100) As...
Top