Submitted by reesd on 2011/04/20 21:14
Hi Pierre,
 
I found time to dig though my old MSDN disks and found both VS 2005 and VS .NET. Any tips on using them to debug with IQ?
 
 
d

Comments

Steps should be:
  1. Install any script debugger
  2. Check Tools >> Options >> General >> Other : Activate the script debugger
  3. A script error should open up the debugger with the running code and a breakpoint at the problematic line
 

reesd

2012/05/22 14:15

In reply to by Pierre_Admin

[quote=Pierre_Admin]
Steps should be:
  1. Install any script debugger
  2. Check Tools >> Options >> General >> Other : Activate the script debugger
  3. A script error should open up the debugger with the running code and a breakpoint at the problematic line
 
[/quote]
 
[quote=Armando]
The debugger from the old Visual InterDev in Visual Studio 6.
[/quote]
 
OK, I have VisualStudio InterDev 6.0 installed (which is what Armando says works for him), I have "Activate the script debugger" enabled in InfoQube, and I can attach to the process from Processes in InterDev. How do I set a breakpoint and look at values?
 
Thanks,
dave