-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
office-addin-debugging 'stop' doesn't work on MacOS #160
Comments
You can avoid this by starting it with We've already done some work to know the process id of the detached process which is started. We need |
Good to know... would have helped me this week. However as it stands now, the |
Yes, I agree. I'm not disputing that. We will work to make improvements here. Sorry if this caused problems for you. |
This is now fixed. I have published office-addin-debugging using the "next" dist-tag, so you install the updated package using "npm install -D office-addin-debugging@next". |
MacOS still appears to have the problem of getting |
@jpshankle I opened a separate issue about that: #168. |
@jpshankle Please see comments in #168. I wasn't able to mention your username there. Not sure why, but please reply there and we will follow up. Thanks. |
@akrantz, I found the solution! I need to run the command with @andrewconnell, if you haven't found the solution yet, then hopefully this helps :) |
On macOS 10.14.5, starting the debugger with
npm run start
which runsoffice-addin-debugging start manifest.xml
spins up a debugging server but in a detached process. Runningnpm run stop
oroffice-addin-debugging stop manifest.xml
does not stop the process.The only way I was able to get it to stop was to find the node process that had port 3000 open and kill it with Activity Monitor.
The text was updated successfully, but these errors were encountered: