[ZeroBrane Studio] Re: Remote debugging: IDE project path vs. actual file path

  • From: Paul K <paul@xxxxxxxxxxxxx>
  • To: "zerobrane@xxxxxxxxxxxxx" <zerobrane@xxxxxxxxxxxxx>
  • Date: Mon, 17 Nov 2014 17:46:17 -0800

Hi Jan,

>> Alright, I did some tests and here are the results.

> You can avoid triggering all this logic that gets in the way in your
> case if you set `debugger.runonstart = true` as this will avoid
> stopping in the current file and will simply run until a breakpoint is
> hit (or you suspend the application). I suspect that in your case this
> should resolve the issue and avoid the dependence on the file opened
> in the IDE. You will still need to use basedir() call to set the
> basedir, but both of your test cases should work.

Did you get it to work with the suggested configuration?

Paul.

Other related posts: