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

Not friendly to the vscode debugger ? #1305

Open
shlroland opened this issue Sep 30, 2024 · 0 comments
Open

Not friendly to the vscode debugger ? #1305

shlroland opened this issue Sep 30, 2024 · 0 comments

Comments

@shlroland
Copy link

shlroland commented Sep 30, 2024

Originally, I used zod as the validator for my hono app. After seeing typia, I want to try using it to replace the original zod.

After replacing with typia, it can run normally.

But when I want to debug the function, I found that typia seems to be not friendly to vscode debug. I can't get the context according to the code logic of my original ts file. Is there any way to solve this problem?

This is the snapshot when zod used

image

This is the snapshot when typia used

image

enviroments:

Bun: 1.1.29
Hono: 4.6.3
@hono/typia-validator: 0.3.0
typia: 6.11.1

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