This package contains two objects:
d_debug_datawindow_param.srd
w_debug_datawindow.srw
How to use w_debug_datawindow:
on rbuttondown event in your basic datawindow add the following script:
if KeyDown(KeyControl!) and KeyDown(KeyAlt!) then
OpenWithParm(w_debug_datawindow,this)
return 1
end if
that means that you can open datawindow debug window with Ctrl+Shift+RightClick
Copyright by Dmitry Lukyanov