Skip to content
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

Debugging doesn't work #117

Open
paullocsin opened this issue Jan 24, 2024 · 0 comments
Open

Debugging doesn't work #117

paullocsin opened this issue Jan 24, 2024 · 0 comments

Comments

@paullocsin
Copy link

paullocsin commented Jan 24, 2024

Debug via breakpoints doesn't seem to be working properly with async handle or execute.

	async execute(request: Request) {
		const response = await doSomething(request);
		return response;
	}

Setting a breakpoint at const response = await doSomething(request); will pause but the response is returned (using Postman) and I can't step over to the next line.

Seems like this needs an async/await (maybe?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant