Debugging a DOS real-mode Application with MS CodeView
To prepare symbolic debugging with MS CodeView, the assembly source must be assembled with JWasm's -Zi option.
Additionally, the MS 16-bit OMF linker has to be invoked with the /CO cmdline option.