Skip to main content
Visitor II
January 3, 2021
Question

Alternative Debuggers for STM8

  • January 3, 2021
  • 1 reply
  • 619 views

Hi :)

So I've been using the lovely software provided by ST, called ST Visual Develop, which is, not only one of the worst IDE I have ever encountered (I quickly switched to writing the actual code in another editor), but also is full of so many bugs.

It got to the point now that I can literally create an empty new project, add my files and the program crashes every time. I also try added empty files - which works - but when manually copy-pasting my code in it the program crashes again. I also tried copying small bits at a time, but I cannot really identify which bits makes the program crash.

Anyways - sorry for the rant - point is I am only using the program for debugging, so I was wondering if there are other alternatives?

Cheers

Simon

    This topic has been closed for replies.

    1 reply

    SLasn.1Author
    Visitor II
    January 3, 2021

    Ok I found the problem - I forgot this software was made in 1995 and does not like spaces in folder names...

    Would still love to hear about alternatives though :)