I guess you want to debug "error and no ide for debugging". Try include
minijx.ijs at the beginning of your project script.
NB. minijx
NB.
NB. minimal ijx window - useful for testing jexe server
NB. or standalone applications.
NB.
NB. this is the window that is created when J is loaded
NB. with parameter -jprofile and no script file.
NB. =========================================================
11!:0 'pc ijx closeok;xywh 0 0 300 200'
11!:0 'cc e editijx ws_hscroll ws_vscroll es_nohidesel rightmove bottommove'
11!:0 'setfont e ',>(5=9!:12'') { '"Courier New" 12';'monospaced 12'
11!:0 'pas 0 0;pgroup jijx;pshow'
Thomas Costigliola wrote:
But my problem is different. Consider the script I want to run is encrypted. It
is a blackbox. But with various (1!:2) calls at certain points the sentence. I
want to see the output of those on the screen in a window that I created, not
using the standard J session. Additionally I want to see the output of each
sentence in the script as if I did a noisy 0!:0.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm