Sandra Carroll

Results 28 comments of Sandra Carroll

I've tried but I do get an error. I'd love to get this to work as debugging using good ole print statements kind of sucks I have this is BIOS.lua...

That does get me further along (ie DCS starts up and I can step thru code), just if i put a watch on a variable it returns nil is there...

you have to excuse me I"m learning lua as I go here. how would I do that. print(debug) just return a big hex value (a pointer to the table I...

I had to write this to a log file using the supplied log util in DCS I could not get the value to print to the log though ``` BIOS.log("Printing...

No Dice, Watched variables still returning nil

![image](https://user-images.githubusercontent.com/19305697/211131717-791c04ca-16bd-45ae-b7d4-fd99f287f59b.png) so in the stack window i do see the variables in the console they return nill and watch window is nill do you want me to add that script...

I redid the patch and its working

That is correct

my logic may be off in void pollInput() { char state = readState(); if (state != lastState_ || state != ncPinidx) { char buf[7]; utoa(state, buf, 10); if (tryToSendDcsBiosMessage(msg_, buf))...

looking thru history, I see why this was implemented this way as a default position for a multipostion switch but it's had a side effect that when a non-shorting switch...