Topic: Three problems
I have encountered three problems that I cannot resolve. They are making debugging difficult.
1) The 'Local Variables' screen only displays variables for some routines. Of course, the screen for the routine in which I am most interested in does not display.
2) When I run my program w/o debug, it doesn't exit at the stop, but continues to run.
3). I cannot get the values that I entered into the Options->Launch->Command Line Arguments to be retrieved when I use CALL get_command(CMDARG).
Can anyone help me with these problems?