Support > Debugger

Debugger progress

<< < (4/6) > >>

GSAC3:
John:

Thanks John -- I'll give it a try.

Don
 

Support:
I created a Bitbucket Repository for Dave's Script BASIC COM and IDE/Debugger. Dave's Github repository (maintained by him) has aspirations for a VB6 Script BASIC scripting engine as an ActiveX control. 

The Bitbucket repository has been updated with the Script BASIC 2.2 version and a new Windows installer created.

Attached is the SB COM object interface viewer.


--- Code: Script BASIC ---import com.inc 'on error resume next oExcelApp = CreateObject("Excel.Application") if oExcelApp = 0 then     print "Failed to create Excel Object do you have it installed?"    returnend if  print "Typename = ", TypeName(oExcelApp), "\n" print "Launching DescribeInterface dialog...\n"DescribeInterface oExcelApp  print "Shutting down Excel and releasing object...\n"CallByName(oExcelApp, "Quit")ReleaseObject(oExcelApp) print "Script complete!\n" 

C:\ScriptBasic_Control-master\engine\COM_Extension_DLL>scriba typeinfo.sb
Typename = _Application
Launching DescribeInterface dialog...
Shutting down Excel and releasing object...
Script complete!

C:\ScriptBasic_Control-master\engine\COM_Extension_DLL>


Here is a thread showing the Script BASIC COM extension module creating an Excel Spreadsheet.

GSAC3:
JOHN:

Either I am doing something wrong or else there is a bug in the Debugger.

When i load a SB script (for example testmath.sb) an click on the RUN button, everything seems to execute OK.  But if I then click on the scroll bars on the right side of the two windows or if I click anywhere in either window or on any of the program control buttons the Debugger freezes with the "PROGRAM NOT RESPONDING" messages and I have to do several ctl-dels to kill the hung up process "test".

Don

P.S.  I have the same problem when using the previous version before your weekend update.

Support:
What Windows OS are you running on Don? It seems to work fine in my XP VirtualBox. I'll try it on my Windows 7 64 bit partition and see if I have issues there. Thanks for the feedback.

Hint: I always click on the window (editor/debugger, vars, ...) before scrolling. (mouse/arrows or scrollbars) See if that helps. I would also make sure you're running the latest VB redistributables. thread on the subject

Note: I had to use IE to download this VB6 update as Firefox gave a network error.

Support:
Don,

I'm here on Windows 7 64 bit and the Script BASIC IDE/Debugger seems to work fine here as well. Just like on XP.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version