Create Note Add a note to the current line. ──────────────────────────────────────────────────────────────────────────────
This option allows you to add a note about the line of source under the cursor to the NOTES file.
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ Enter Note to add to Notes File ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█ █ Note: This line of code is redundant █ █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
The Notes file is a plain text file that can contain information about lines of source code, including the actual line of source, the date and time the note was added and a comment of up to 255 bytes. If 255 bytes is not enough you can add another note to the same line of source code.
The .NOT file will contain something similar to the following:
■ 08/15/95 - 19:15:27 - TEST.PRG 42:bDetached := GetBlock(1) This line of code is redundant
This file is not used by MrDebug, it is aimed primarily at you to make notes as you are debugging your code that may help you later whilst changing/amending existing code.
The Notes filename default to the same name as the application being run, except the extension is ".NOT". You may change this from the 'Paths & Extensions' submenu off of the Options Menu.