I've only done that and the window turns frozen while executing the program:
debug.exe
-a0100
073F:0100 MOV AX,0002
073F:0103 MOV BX,0004
073F:0106 ADD AX,BX
073F:0108 INT 20
073F:010A
-g
...and it fails. It doesn't fail if I try:
-g108
Because, it ignores "int20" and, of course, it doesn´t work with:
-g10A
What can I do?