question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Comments are not displayed in the Cmd results

See original GitHub issue

Describe the bug I want to export the results from Codechecker Server into JSON format. For doing that, I am using cmd results command as:

CodeChecker cmd results smatch -o json 2>/dev/null | python -m json.tool > smatch_out.json

The output file( smatch_out.json) does not properly export the comment on bugs in Reports stored in Codechecker server. Instead of displaying the comment, only an empty string("") is displayed.

Kindly provide pointers to solve this issue

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
csordasmartoncommented, Nov 26, 2020

@jay24rajput You have to use the --details options: CodeChecker cmd results smatch -o json --details

0reactions
jay24rajputcommented, Nov 29, 2020

Thanks a ton, @csordasmarton! We have resolved the issue!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I do comments at a Windows command prompt?
The command REM comment will not print any output to the screen. For a live demonstration, open a Command Prompt and run echo...
Read more >
How do I comment on the Windows command line?
A comment is produced using the REM command which is short for "Remark". REM Comment here.
Read more >
Batch Script - Comments - Tutorialspoint
Comments Using the Rem Statement​​ There are two ways to create comments in Batch Script; one is via the Rem command. Any text...
Read more >
Rem - Comment - Windows CMD - SS64.com
A REM comment is a documented command that may be used almost anywhere within a command line. C:\> Echo This will work REM...
Read more >
Matlab command window doesn't work - MathWorks
Matlab command window doesn't work. ... Show older comments ... I do not use Microsoft One drive and the command prompt doesn't say...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found