The MASM Forum

64 bit assembler => UASM Assembler Development => Topic started by: TouEnMasm on August 03, 2021, 05:45:11 PM

Title: debugging in source mode with Uasm and jwasm
Post by: TouEnMasm on August 03, 2021, 05:45:11 PM
Hello,
Here two samples using the same source code.using region
One use Jwasm and allow to debug in source mode             http://luce.yves.pagesperso-orange.fr/SourceCode/region_jwasm.zip (http://luce.yves.pagesperso-orange.fr/SourceCode/region_jwasm.zip)
One use uasm   and failed to follow the source after the breakpoint.   http://luce.yves.pagesperso-orange.fr/SourceCode/region_uasm.zip (http://luce.yves.pagesperso-orange.fr/SourceCode/region_uasm.zip)
With windbg ,F11 just after the breakpoint,the goal is to follow Create_Image_Objet and see the code of this prog.
The editmasm.ini show wich debugging options are in use.
Mixed langage project in revision.
The debug.pro give the options in use for windbg.
Title: Re: debugging in source mode with Uasm and jwasm
Post by: LiaoMi on August 03, 2021, 06:10:31 PM
Hi TouEnMasm,

try to take asmс - https://github.com/nidud/asmc/archive/refs/heads/master.zip
how will it be in this case ..
Title: Re: debugging in source mode with Uasm and jwasm
Post by: TouEnMasm on August 03, 2021, 06:38:56 PM
Hello,
My ide (editmasm) allow to use asmc.So i have made fastly the experiment.
asmc claim he don't want of the Zi8 option and then when compiled do the same thing as uasm,failed to follow the proc after the breaking.
perhaps a new version will give differents results,I will verify that.
later,
Same thing with the last version