-
Hi, And it (obviously) doesn't stop at any breakpoints that I set there. So I think it somehow doesn't know which .dbgasm's are my main.cpp. About a month ago, it worked perfectly on my laptop. ===Separate issue: Just writing this here because it prevents me from debugging the first issue on a second PC===
Error when trying to debug: Many Greetings |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Update on issue 2: |
Beta Was this translation helpful? Give feedback.
-
I figured it out! It's kinda embarrassing, that I didn't immediately think of this. Hopefully someone else finds this post before spending hours troubleshooting. :D |
Beta Was this translation helpful? Give feedback.
I figured it out!
There was an umlaut ä somewhere in the file path of the project on the PC, but not on the laptop.
Debugging Breakpoints doesn't work if there's an Umlaut somewhere in the path!
It doesn't even build if there's an emoji or japanese character in the path.
It's kinda embarrassing, that I didn't immediately think of this. Hopefully someone else finds this post before spending hours troubleshooting. :D