@josias Yes. Very, very, very yes.
Nearly all Forth systems have source code which maps 1:1 with the produced object code. Even those systems which do not have exact 1:1 correspondance, the relationship between the generated assembly language and the original Forth code is usually obvious upon visual inspection.
In either case, Forth code is significantly easier to debug both interactively and in batch.