[ZeroBrane Studio] Re: zbs-vim plugin

  • From: Paul K <paul@xxxxxxxxxxxxx>
  • To: Paul Reilly <pajthbr@xxxxxxxxx>
  • Date: Tue, 17 Oct 2017 22:44:26 -0700

Hi Paul,

is it possible to debug ZBS/plugins from a second instance of ZBS, or what 
would be the best/any way to achieve this?

Yes, it should be possible. Start one instance with `zbstudio -cfg
"singleinstance=false`, set zbstudio folder as the project folder,
open src/main.lua, set breakpoints you need, start debugging, continue
debugging as needed. Just make sure you don't start the debugger
server from the second instance or re-configure its debugging port to
avoid socket conflicts. See this FAQ answer for further details:
https://studio.zerobrane.com/doc-faq#how-do-i-start-two-zerobrane-studio-instances-to-debug-two-applications-at-the-same-time

Paul.

Other related posts: