Debuggin a Business Function

DaveBarber

Active Member
Is it possible to debug a NER using ER Debugger?

The only way I have ever been able to debug a NER is via the Business Function code using Visual c++ debugger.

When I have tried to find the NER to debug in ER debugger it appears to be unavailable to debug using this method.

thanks in advance.
 
Do a search, there was a recent tread on this topic.



OW733.3 Xe SP 14.2
Enterprise Server - Intel NT + Oracle 8.0.6
Client - Citrix TSE + 4 NT PC's for development
 
If the NER to be debugged is running interactively,
you might want to look at imbedding bsfn MD_DEBUG w/in it.

The MD_DEBUG bsfn allows you to throw variables to the screen.





Gene Piekarski, Jr

AS/400, B733, SP11.2, NT client
AS/400, B733, SP14, W2000 client
XE, SP13
 
As far as I know, you must debug NER in Visual C++. ER debugger won't do it.
Cheers
Maggie
 
Back
Top