0
I'm trying to debug some of Chrome's behaviour when running one of my extensions. However the test is fairly memory intensive and I want to run it under Valgrind. Is it possible to launch an instance of the browser which is entirely independent of the rest of by browser windows so I can debug it without having to switch my main browser to something else for the duration?
Chrome uses a seperate process for each tab to begin with. You just need to identify which process your dealing with. – Ramhound – 2013-03-08T17:41:02.347
@Ramhound yeah but to use a tool like Valgrind I need to launch it within the Valgrind VM, you can't attach it to an already running process. There are also many additional processes involved. – stsquad – 2013-03-09T13:50:43.857