File: w_debuglog.srw
Size: 392
Date: Sat, 08 May 2021 23:34:23 +0200
$PBExportHeader$w_debuglog.srw
$PBExportComments$Extension display debuglog utility window used by the debug service
forward
global type w_debuglog from pfc_w_debuglog
end type
end forward

global type w_debuglog from pfc_w_debuglog
end type
global w_debuglog w_debuglog

on w_debuglog.create
call super::create
end on

on w_debuglog.destroy
call super::destroy
end on