RE: Application function differently when it run in normal and in

DBohner-(db)

Legendary Poster
RE: Application function differently when it run in normal and in

We regularly run into these type of issues... Usually, the difference
between debug/non-debug is synchronous / asynchronous...

In Debug Mode, the processing is slow enough that the values return before
you step through the next line of code... (sort of synchronous)...

HTH

Daniel



Daniel Bohner | JDE P/A III | Freelance-Web/Photo
www.ExistingLight.Net | www.ExtremeSights.com | [email protected]
JDE XE | SP18 | AS/400 | V5R1
 
Back
Top