Search notes:

dbg.checkIndentation

sub xyz() ' {
   dbgGlobal.indent "shSetConfigEligibleAssets, fillValues"
on error goto err_
 
   dim ind as long : ind = dbgGlobal.indent_
 
   subOne
   dbgGlobal.checkIndentation ind, "fillValues, xyz - after subOne"
 
   subTwo
   dbgGlobal.checkIndentation ind, "fillValues, xyz - after subTwo"
 
   subThree
   dbgGlobal.checkIndentation ind, "fillValues, xyz - after subThree"
 
   dbgGlobal.dedent
   exit sub
 
err_:
 
   dbgGlobal.unhandledError
end sub ' }

See also

VBA classes for hierarchical logging

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759414332, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/VBA/modules/dbg/checkIndentation(56): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78