
 Usage of the parameter \debug is an alternate way to switch advanced SB options.
 Another way is usage of the SB Console.

 Run Sanny with the parameter \debug=X, where X is a 32-bit number (in decimal format).
 Its bits values mean which debug option is enabled/disabled

 To calculate the necessary value, run WinCalc, toggle it into the BINARY MODE.
 Write the numbers sequence. Convert it to the decimal format. Use as X in \debug=X
 
 Example: write 101 in the calculator.
 First digit 1 will enable the debug mode, second digit 0 will disable "code_offsets" option,
 third digit will enable "ignore_unknown" mode.

 A binary number 101 is equal to a decimal number 5.
 So, run Sanny with \debug=5 to enable the features listed above.


 Note: The debug mode should be enabled before using of the other options!

	BITS MEANINGS LIST
 ____ _______________________________________ ____ _______________________________________
|    |                                       |    |                                       |
| #  | Sanny Builder Option                  | #  | Sanny Builder Option                  |
|====|=======================================|====|=======================================|
| 0  | toggle debug mode                     | 16 |                                       |
|----|---------------------------------------|----|---------------------------------------|
| 1  | toggle code offsets                   | 17 |                                       |
|----|---------------------------------------|----|---------------------------------------|
| 2  | toggle ignore_unknown                 | 18 |                                       |
|----|---------------------------------------|----|---------------------------------------|
| 3  | toggle var_counter                    | 19 |                                       |
|----|---------------------------------------|----|---------------------------------------|
| 4  |                                       | 20 |                                       |
|----|---------------------------------------|----|---------------------------------------|
| 5  |                                       | 21 |                                       |
|----|---------------------------------------|----|---------------------------------------|
| 6  |                                       | 22 |                                       |
|----|---------------------------------------|----|---------------------------------------|
| 7  |                                       | 23 |                                       |
|----|---------------------------------------|----|---------------------------------------|
| 8  |                                       | 24 |                                       |
|----|---------------------------------------|----|---------------------------------------|
| 9  |                                       | 25 |                                       |
|----|---------------------------------------|----|---------------------------------------|
| 10 |                                       | 26 |                                       |
|----|---------------------------------------|----|---------------------------------------|
| 11 |                                       | 27 |                                       |
|----|---------------------------------------|----|---------------------------------------|
| 12 |                                       | 28 |                                       |
|----|---------------------------------------|----|---------------------------------------|
| 13 |                                       | 29 |                                       |
|----|---------------------------------------|----|---------------------------------------|
| 14 |                                       | 30 |                                       |
|----|---------------------------------------|----|---------------------------------------|
| 15 |                                       | 31 |                                       |
|____|_______________________________________|____|_______________________________________|
