需要在Fitnesse的wik中添加:

'''此句话专门用来Debug'''
!define COMMAND_PATTERN {java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=1044 -cp %p %m}

在eclipse中的设置如图:

Fitnesse在eclipse中的调试

 

注意:在Fitnesse点击Test,页面处于Running Test的时候,在eclipse中立刻点击debug,超时后Fitnesse可能会类似的报错:

Could not complete testing: fitnesse.slim.SlimError: Error connecting to SLiM server on localhost:8089

 

相关文章:

  • 2021-04-14
  • 2021-08-23
  • 2022-02-03
  • 2022-12-23
  • 2021-09-03
  • 2022-12-23
  • 2021-10-23
  • 2022-12-23
猜你喜欢
  • 2021-11-27
  • 2021-05-27
  • 2021-08-02
  • 2021-11-19
  • 2021-08-31
  • 2022-02-17
相关资源
相似解决方案