[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lua-l
Subject:    RE: VSLua: Official 1.0 Release
From:       "Zulfiqar Malik" <zulfiqar.malik () itrango ! com>
Date:       2006-08-29 6:22:49
Message-ID: 004f01c6cb33$8cdad4c0$8701c80a () trivor ! com
[Download RAW message or body]

Hi, 

 

Yes, that's the way the debugger works and that is the whole point of VSLua
Embedded Debugger. You essentially create your Lua VM instance and then
attach it to VSLua debugger. That is the only way to run scripts using your
VM instance in which you might have registered functions and/or classes and
other data types with Lua VM. 

Have a look at the samples in the samples directory. They are simple yet
very effective in showing how VSLua embedded debugging works. 

There is also a standalone debugger in which case the Lua VM instance is
created by VSLua. That is meant for standalone scripts and can be invoked
directly from Visual Studio menu. All is documented in the documentation.

Feel free to ask any more questions. Lua list might not be the appropriate
place so please email queries/bugs/problems to support.vslua@itrango.com. We
will also be creating a VSLua forum shortly to address community problems. 

 

Regards,

Zulfiqar Inayat Malik.

Lead Developer, VSLua.

 

  _____  

From: lua-bounces@bazar2.conectiva.com.br
[mailto:lua-bounces@bazar2.conectiva.com.br] On Behalf Of Paul Carter
Sent: Monday, August 28, 2006 7:01 PM
To: 'Lua list'
Subject: RE: VSLua: Official 1.0 Release

 

Does VSLua allow me to create instances of my own Lua VM machines, and then
debug them using your product?

 

I am a little confused as to how this debugger actually works.

 

>From my experience with LUA I have discovered that certain debuggers like to
host the VM themselves, whilst other debuggers allow what they call 'remote
debugging' in which case the debugger makes a tcp/ip connection to the LUA
VM and debugs in this manner.

 

What solutions does VSLua offer?

 

  _____  

From: lua-bounces@bazar2.conectiva.com.br
[mailto:lua-bounces@bazar2.conectiva.com.br] On Behalf Of Zulfiqar Malik
Sent: 28 August 2006 14:46
To: LUA_Mail_List
Subject: VSLua: Official 1.0 Release

 

Hi,

 

After more than three months of thorough testing, VSLua has finally been
released.

 

Please visit:

http://www.itrango.com/vslua/index.html

 

We promised "Standard Licenses" to first 25 users with valuable feedback. We
have short-listed the candidates and they will receive their Standard
License keys before 1st September, 2006. We thank them for their valuable
feedback and patience.

 

We also thank the community for providing valuable support which enabled us
to make VSLua the product it is today. 

 

Note: VSLua currently does not officially support Lua v5.1.1. Although it
can be used without any problems as a custom dll (see documentation on using
custom Lua dll with VSLua).

 

--

Regards,

Zulfiqar Inayat Malik.

Senior Software Engineer,

Trango Interactive.

 


--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.11.6/428 - Release Date: 25/08/2006



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.11.6/428 - Release Date: 25/08/2006



[Attachment #3 (text/html)]

<html xmlns:v="urn:schemas-microsoft-com:vml" \
xmlns:o="urn:schemas-microsoft-com:office:office" \
xmlns:w="urn:schemas-microsoft-com:office:word" \
xmlns:st1="urn:schemas-microsoft-com:office:smarttags" \
xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><o:SmartTagType
 namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="PersonName"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";}
a:link, span.MsoHyperlink
	{color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{color:purple;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal;
	font-family:Arial;
	color:windowtext;}
span.EmailStyle18
	{mso-style-type:personal;
	font-family:Arial;
	color:navy;}
span.EmailStyle19
	{mso-style-type:personal-reply;
	font-family:Arial;
	color:navy;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
	{page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Hi, <o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Yes, that&#8217;s the way the debugger
works and that is the whole point of VSLua Embedded Debugger. You essentially
create your Lua VM instance and then attach it to VSLua debugger. That is the
only way to run scripts using your VM instance in which you might have
registered functions and/or classes and other data types with Lua VM. \
<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Have a look at the samples in the samples
directory. They are simple yet very effective in showing how VSLua embedded debugging
works. <o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>There is also a standalone debugger in
which case the Lua VM instance is created by VSLua. That is meant for
standalone scripts and can be invoked directly from Visual Studio menu. All is
documented in the documentation.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Feel free to ask any more questions. Lua list
might not be the appropriate place so please email queries/bugs/problems to <a
href="mailto:support.vslua@itrango.com">support.vslua@itrango.com</a>. We will
also be creating a VSLua forum shortly to address community problems. \
<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Regards,<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Zulfiqar Inayat \
Malik.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Lead Developer, \
VSLua.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='margin-left:.5in;text-align:center'><font
size=3 face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal style='margin-left:.5in'><b><font size=2 face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma;font-weight:bold'>From:</span></font></b><font
 size=2 face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
lua-bounces@bazar2.conectiva.com.br
[mailto:lua-bounces@bazar2.conectiva.com.br] <b><span style='font-weight:bold'>On
Behalf Of </span></b>Paul Carter<br>
<b><span style='font-weight:bold'>Sent:</span></b> Monday, August 28, 2006 7:01
PM<br>
<b><span style='font-weight:bold'>To:</span></b> 'Lua list'<br>
<b><span style='font-weight:bold'>Subject:</span></b> RE: VSLua: Official 1.0
Release</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal style='margin-left:.5in'><font size=3 face="Times New Roman"><span
style='font-size:12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 color=navy face=Arial><span
lang=EN-GB style='font-size:10.0pt;font-family:Arial;color:navy'>Does VSLua
allow me to create instances of my own Lua VM machines, and then debug them
using your product?<o:p></o:p></span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 color=navy face=Arial><span
lang=EN-GB style='font-size:10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>


<p class=MsoNormal style='margin-left:.5in'><font size=2 color=navy face=Arial><span
lang=EN-GB style='font-size:10.0pt;font-family:Arial;color:navy'>I am a little
confused as to how this debugger actually works.<o:p></o:p></span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 color=navy face=Arial><span
lang=EN-GB style='font-size:10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>


<p class=MsoNormal style='margin-left:.5in'><font size=2 color=navy face=Arial><span
lang=EN-GB style='font-size:10.0pt;font-family:Arial;color:navy'>From my
experience with LUA I have discovered that certain debuggers like to host the
VM themselves, whilst other debuggers allow what they call &#8216;remote
debugging&#8217; in which case the debugger makes a tcp/ip connection to the
LUA VM and debugs in this manner.<o:p></o:p></span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 color=navy face=Arial><span
lang=EN-GB style='font-size:10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>


<p class=MsoNormal style='margin-left:.5in'><font size=2 color=navy face=Arial><span
lang=EN-GB style='font-size:10.0pt;font-family:Arial;color:navy'>What solutions
does VSLua offer?<o:p></o:p></span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 color=navy face=Arial><span
lang=EN-GB style='font-size:10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>


<div>

<div class=MsoNormal align=center style='margin-left:.5in;text-align:center'><font
size=3 face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal style='margin-left:.5in'><b><font size=2 face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma;font-weight:bold'>From:</span></font></b><font
 size=2 face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
lua-bounces@bazar2.conectiva.com.br
[mailto:lua-bounces@bazar2.conectiva.com.br] <b><span style='font-weight:bold'>On
Behalf Of </span></b>Zulfiqar Malik<br>
<b><span style='font-weight:bold'>Sent:</span></b> 28 August 2006 14:46<br>
<b><span style='font-weight:bold'>To:</span></b> <st1:PersonName \
w:st="on">LUA_Mail_List</st1:PersonName><br> <b><span \
style='font-weight:bold'>Subject:</span></b> VSLua: Official 1.0 \
Release</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal style='margin-left:.5in'><font size=3 face="Times New Roman"><span
lang=EN-GB style='font-size:12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'>Hi,<o:p></o:p></span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'>After more than three months of
thorough testing, VSLua has finally been released.<o:p></o:p></span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'>Please visit:<o:p></o:p></span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'><a
href="http://www.itrango.com/vslua/index.html">http://www.itrango.com/vslua/index.html</a><o:p></o:p></span></font></p>


<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'>We promised &#8220;Standard
Licenses&#8221; to first 25 users with valuable feedback. We have short-listed
the candidates and they will receive their Standard License keys before \
1<sup>st</sup> September, 2006. We thank them for their valuable feedback and \
patience.<o:p></o:p></span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'>We also thank the community for
providing valuable support which enabled us to make VSLua the product it is
today. <o:p></o:p></span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'>Note: VSLua currently does not
officially support Lua v5.1.1. Although it can be used without any problems as
a custom dll (see documentation on using custom Lua dll with \
VSLua).<o:p></o:p></span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'>--</span></font><o:p></o:p></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'>Regards,</span></font><o:p></o:p></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'>Zulfiqar Inayat \
Malik.</span></font><o:p></o:p></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'>Senior Software \
Engineer,</span></font><o:p></o:p></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Arial><span
style='font-size:10.0pt;font-family:Arial'>Trango \
Interactive.</span></font><o:p></o:p></p>

<p class=MsoNormal style='margin-left:.5in'><font size=3 face="Times New Roman"><span
style='font-size:12.0pt'><o:p>&nbsp;</o:p></span></font></p>

</div>

</body>

</html>
<BR>

<P><FONT SIZE=2>--<BR>
No virus found in this incoming message.<BR>
Checked by AVG Free Edition.<BR>
Version: 7.1.405 / Virus Database: 268.11.6/428 - Release Date: 25/08/2006<BR>
</FONT> </P><BR>

<P><FONT SIZE=2>--<BR>
No virus found in this outgoing message.<BR>
Checked by AVG Free Edition.<BR>
Version: 7.1.405 / Virus Database: 268.11.6/428 - Release Date: 25/08/2006<BR>
</FONT> </P>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic