Skip to content

Log output when compile fails #65

@EnziinSystem

Description

@EnziinSystem

Hello,

When I compiling a block code C/C++ within some errors:

  #include "iostream"
  using namespace std;

  int mainccc()
  {
    int n, sum = 0;
    //...
    return 0;
  }

(The error at "int mainccc()")

We will get a message "Compilation Failed".

It is not enough.

How do I get fully message error when compiling?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions