DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

DIAdem Not triggering JIT Debugger

Greetings,

 

We have been trying to debug some DIAdem dataplugins (vbs), and the JIT is not triggering like is supposed to (we have stop keywords in place...), we follow some instructions to enable the JIT in the registry, but we haven't had any luck. Any recommendation or help will be gratefully appreciated.

 

This is the instructions that we followed without any positive result:


http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/c29cbaf07db2b93786256f09002fe35b/$...

 

 

Thanks.

0 Kudos
Message 1 of 4
(5,178 Views)

Do you have the script debugger installed?

 

If you put the following code into a vbs file on your desctop and just double click it. Does a debugger show up.

 

option explicit
stop
MsgBox "Hello world"

 

If not no debugger is installed or JIT isn't enabled.

 

If it works with the normal windows scripting host it should also work with the dataplugins.

 

Message 2 of 4
(5,110 Views)

If using Visual Studio Express for the debugger, the current free version doesn't support the JIT debugger. You'll need to use the paid for version. A previous verson of VS Express did work.

Message 3 of 4
(4,989 Views)

Thank you for your response.

 

I solved the problem, had to add the current user to the debuggers group and other configurations. Also, we got the VS pro 12' and we using that now instead of MSE.

 

0 Kudos
Message 4 of 4
(4,927 Views)