PatrickAlphaC / hardhat-fund-me-fcc

82 stars 182 forks source link

Breakpoint not work when I tried to use debugger #184

Open rocco1226 opened 5 months ago

rocco1226 commented 5 months ago

This is the dubugger terminal `yarn hardhat test Debugger attached. yarn run v1.22.21 warning package.json: No license field $ /home/roccomyluv/hh-fcc/hardhat-fund-me-fcc/node_modules/.bin/hardhat test Debugger attached.

FundMe constructor ✔ sets the aggregator addresses correctly fund ✔ Fails if you don't send enough ETH (191ms) ✔ updated the amount funded data structure (181ms) ✔ Adds funders to array of funders (183ms) withdraw

Waiting for the debugger to disconnect... Done in 3.79s. Waiting for the debugger to disconnect...` And I dont know why.

rocco1226 commented 5 months ago

I have solved my issue. Because my mistakes make the test "withdraw ETH from a single founder" is pending, and the whole test is skipped definitely includes my breakpoint