Source codes

Displays one code source file by tab.

- The current line is colored  (default colors) in blue or in purple  if its also a breakpoint. Change in Settings.
- The keywords could be highlighted by a different color. Change in settings.
- In red a permanent breakpoint and in orange temporary one.
- Beginning of procs marked in red (keywords sub and function).
- A warning is displayed when a source file is newer than the executable file
- The file size up to 500000 bytes.

Right click to display the context menu


- Run to cursor
- Next step
- Step over
- Step out
- Step top
- Step bottom
- Run
- Fast run
- Halt
- Kill debuggee
- Step auto
- Step auto multi threads : steps
alternatively automatically each thread. Select the threads concerned by checking the box in thread window.
Modify execution 
- Set/reset/manage breakpoints

- Ctrl+Left click on (or near) a variable to select it in the proc/var window
- Alt+Left click on (or near) a variable to add it in the watched list
- Find in text, circular search (when bottom reached go to top and inverse too).
- Put cursor on/near a text right click and select "Find text" or ctrl+F

- Goto line : a box to enter a line number to reach it in code sources windows, current tab. Shows also the line number.
- Line address : displays a box with the address in memory of the beginning of the line.
- Mark no executable lines : every line not executable of the current tab is colored in green. To restore the initial color reset/set highlighted keywords.

- Focus line : opens a special window pointing on the selected line.
- Add notes : adds the line under the cursor