gpt4 book ai didi

EclipseFP 调试器不会在断点处停止

转载 作者:行者123 更新时间:2023-12-03 06:37:04 32 4
gpt4 key购买 nike

我在源文件中设置了断点,当以 Debug模式运行Main模块时,断点不停!我错过了什么吗?

我还尝试了这个小玩具示例:

module Main where

import qualified Data.Set as S

test :: Int -> String
test num = show num

main::IO()
main = do
print $ test 2

test numprint $ test 2之前设置断点,两个地方都不起作用

最佳答案

您是否设置了错误类型的断点? Haskell 断点似乎是使用“切换断点”命令设置的。您必须处于 Haskell 或 Debug 视角才能启用此命令。

就我而言,我不小心使用了“添加断点”命令来设置 Python 断点。

关于EclipseFP 调试器不会在断点处停止,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6811213/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com