Console Log Sample

1. Click "Create" button.

Take heap snapshot and confirm Leaker object exists.

2. Click "Dispose" button.

Type "leaker" on console and confirm "leaker" is null. Take heap snapshot and confirm Leaker object exists.

3. Clear console.

Take heap snapshot and confirm Leaker object does not exist.