srikarthy
29th April 2004, 04:13
Hello,

When I run a session in debug mode, I want to skip a step and continue. For example, when I get an error 'Cannot release to invoicing', I want to skip that step and continue further to release the order. Please let me know how to achieve this in debug mode.

Thanks,
Karthik

SriksAdi
29th April 2004, 08:45
Hi,
You can use 'g' followed by line number to go to a specific line.
Try using that.


Sriks