GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
frameserver_debugstall(3) Arcan Lua API frameserver_debugstall(3)

frameserver_debugstall - change the global delay before a frameserver executes

nil
frameserver_debugstall( time )

This function is only exposed in debug builds of the engine where it can be assumed other relevant instrumentation is in place. It changes the inherited environment variable ARCAN_FRAMESERVER_DEBUGSTALL =time (where time is >= 0, 0 clears) that controls how long newly spawned frameservers should delay before continuing execution. This is to allow the developer to attach to the process at a safe spot in order to set breakpoints or control stepping.

function frameserver_debugstall0()
      if (frameserver_debugstall) then
            frameserver_debugstall(10);
            launch_avfeed();
      end
end

June 2022 system

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.