flow-storm / flow-storm-debugger

A debugger for Clojure and ClojureScript with some unique features.
The Unlicense
708 stars 32 forks source link

"No matching clause" exception while going through tutorial #154

Closed erno closed 8 months ago

erno commented 9 months ago

Wiith 1.12.0-alpha4_14 + jdk 17, in the tutorial phase starting with "The functions list tool shows you all the functions next to how many times they have been called." .. I got a stack trace which is attached. the topmost line is components.clj:90

It seems to reproduce when I select the factorial fn in function lists, and double click an arg so that it switches to the call tree tab, and switch back to the function lits tool and double click a function to select it.

stacktrace.txt

jpmonettas commented 9 months ago

Thanks for reporting! This seems to be fixed in the current master version which I'm going to release soon. But just figured that the tutorial is outdated on the functions calls tool and the exception navigation system, so I'll update that too. Will close this after the fix is released.

jpmonettas commented 8 months ago

This has been fixed in 3.12.2