You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This setting worked with ethereumjs-monorepo
2. Start debugging
Expected Behavior
Start debugging mode
Actual Behavior
Uncaught Error Error
at asyncRunEntryPointWithESMLoader (<node_internals>/internal/modules/run_main:122:5)
--- await ---
at runEntryPointWithESMLoader (<node_internals>/internal/modules/run_main:138:19)
at executeUserEntryPoint (<node_internals>/internal/modules/run_main:175:5)
at (<node_internals>/internal/main/run_main_module:36:49)
No debugger available, can not send 'variables'
Process exited with code 1
Screenshots
Environment
OS:
Version:
Compiler Version:
Other relevant environment details:
Additional Context
The text was updated successfully, but these errors were encountered:
Bug Description
Current repository setting does not support running a debugger for Synthesizer.
Steps To Reproduce
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch with tsx",
"runtimeExecutable": "tsx",
"args": ["${workspaceFolder}/packages/frontend/synthesizer/examples/erc20/ton-transfer.ts"],
"skipFiles": ["<node_internals>/**"]
}
]
}
This setting worked with ethereumjs-monorepo
2. Start debugging
Expected Behavior
Start debugging mode
Actual Behavior
Uncaught Error Error
at asyncRunEntryPointWithESMLoader (<node_internals>/internal/modules/run_main:122:5)
--- await ---
at runEntryPointWithESMLoader (<node_internals>/internal/modules/run_main:138:19)
at executeUserEntryPoint (<node_internals>/internal/modules/run_main:175:5)
at (<node_internals>/internal/main/run_main_module:36:49)
No debugger available, can not send 'variables'
Process exited with code 1
Screenshots
Environment
Additional Context
The text was updated successfully, but these errors were encountered: