Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve state of developer documentation #28

Closed
azonenberg opened this issue Apr 20, 2019 · 2 comments
Closed

Improve state of developer documentation #28

azonenberg opened this issue Apr 20, 2019 · 2 comments
Labels

Comments

@azonenberg
Copy link
Collaborator

No description provided.

@bvernoux
Copy link
Contributor

bvernoux commented Dec 3, 2020

  1. Add explicitly -DCMAKE_BUILD_TYPE=Release for Release and -DCMAKE_BUILD_TYPE=Debug for Debug build in both doc and Readme.md
  2. Add cp -r ../src/glscopeclient/masks
  3. Add some hints to debug under windows

How to Debug Rigol MSO5000 Ethernet
Debug workaround with gdb on Windows with MSYS2 mingw64:

cd ~
cd glscopeclient_build
export OMP_WAIT_POLICY=PASSIVE
winpty gdb ./glscopeclient.exe
set args --debug RigolMSO5k:rigol:lan:xx.xx.xx.xx:5555
run

Sorry, something went wrong.

@azonenberg
Copy link
Collaborator Author

Closing now that we have basic Doxygen support, we can file separate tickets for specific holes in the docs in the future

Sorry, something went wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants