Skip to content

xlat/dwdebugmachine

Repository files navigation

dwdebugmachine

== Description

My Datawindow debug tool, it is my favorite debugging tool for datawindow in Powerbuilder classic.

I used to make it available in my dw-ancestors so I can invoke it to diagnose quickly datawindow related bugs. It save me time in a lot of situations from 2007 where I start to write it :-)

In two lines of code you can show the DWDebugger with a datawindow "dw_1":

w_genidwdm_dwdebugger lw_modal
	openwithparm(lw_modal, dw_1 )

In order to incorporate in your application you must:

  • add pbnicw.pbd, pbnihash.pbd, pbnilist.pbd, pbniregex.pbd, geni_dwdm105.pbd to your project library list.
  • copy pbnicw.pbx, pbnihash.pbx, pbnilist.pbx, pbniregex.pbx, scilexer.dll, LexDWExpr.dll in your project folder.

Take a look at the sample workspace for more details.

== Installation

Open the workspace, open workspace properties window and go to the Source Control tab. Then select "PB Native" Source Control System, enter a user name (your), and select "sources" subfolder of this project (absolute/full path). You are ready!

About

My Datawindow debug tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published