darold / pgbadger

A fast PostgreSQL Log Analyzer
http://pgbadger.darold.net/
PostgreSQL License
3.51k stars 349 forks source link

Question / feature request - option to avoid spawning sub-process(es) #830

Open aleszeleny opened 2 months ago

aleszeleny commented 2 months ago

Hello, is there an option how to avoid spawn() creating sub-processes at all? I'll make any debugging easier (I wasn't able to configure the debugger in Code (richterger.perl) so that after processing a file the debugger wasn't, able to continue and was stuck in the state that a process was running, but no breakpoints worked). Or, is there a way how to configure this (or any other) debugger for Code to support break points at any part of the code regardless of spawning processes (e.g. placing a breakpoint in the print_vacuum() routine)? Thanks