GDB has a command called set follow-fork-mode child that instructs GDB to follow the forked process. I couldn't find a way to do this with this plugin.
I tried adding various permutations of "-exec set follow-fork-mode child" to the setup commands in the launch.json, but wasn't able to get it to work.
Is it possible to set this up from launch.json?
GDB has a command called
set follow-fork-mode childthat instructs GDB to follow the forked process. I couldn't find a way to do this with this plugin.I tried adding various permutations of
"-exec set follow-fork-mode child"to the setup commands in the launch.json, but wasn't able to get it to work.Is it possible to set this up from launch.json?