MCPcopy Create free account
hub / github.com/boostorg/build / debug_on_exit_function

Function debug_on_exit_function

src/engine/debugger.cpp:526–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524}
525
526void debug_on_exit_function( OBJECT * name )
527{
528 assert( debug_is_debugging() );
529 --debug_depth;
530 if ( debug_depth < 0 )
531 {
532 /* The current location is no longer valid
533 after we return from the containing function. */
534 debug_file = NULL;
535 debug_line = 0;
536 }
537}
538
539#if NT
540static HANDLE child_handle;

Callers 1

function_runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected