[progress Communities] [progress Openedge Abl] Forum Post: Re: Line Number In Procedure Stack

Status
Not open for further replies.
S

Stefan Drissen

Guest
Not that easily, but you can parse the callstack: run whereami. procedure whereami: def var ii as int. session:error-stack-trace = true. ii = integer("a"). catch e as progress.lang.error: message e:callstack view-as alert-box. end catch. end procedure.

Continue reading...
 
Status
Not open for further replies.
Top