Log for APPLOAD command
Hi experts,
Is there any documentation or method to record the execution process of the APPLOAD command?
When debugging my BRX program, I cannot obtain detailed information about the failure during program loading. Since the program fails to proceed to the initialization step, there is no log or message available for troubleshooting this process
Comments
-
You could put in error traps at certain points in your code, in lisp have a couple of different named error defuns that do different things within a multi function code. The other way for me is just a simple "got to 1" "got to 2" display so can at least work out what part of code I am getting to. Once working remove them.
0 -
A common problem is autoloading your BRX, and using something that needs a document in On_kInitAppMsg, I like to use this pattern
0 -
…delete me…
0 -
Because the *.brx file failed to load, my code won’t run and I can’t step through it with breakpoints.
0 -
a greate gist😁
0


