Write stuff and it shall execute in the module you selected. Just don't expect any return values.
- Click on line number in breakpoints window to jump to that line
- You can remove items from your watch list. Press 'Delete' key while item is selected. Only works for root items.
- Use keyboard keys to debug faster. Keys are rebindable from settings.js file.
- Blue round button refreshes all variable in the watch.
- Click on stack description to jump to that function
- CTRL+F in active editor helps you find a text and jump to it.
- You don't need to stop program execution to look for global variable values.
- Stepping out too much will cause program to resume till next breakpoint.
- If you see a value like [REPEAT]:0x43a4afb0 this means there was a circular repeated object, asPEEK sent only address of the value.