-
Notifications
You must be signed in to change notification settings - Fork 791
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
Can't debug into gtsam source file #98
Comments
Are you using the debugger in VS Code? Have you set it up correctly? |
This is not a GTSAM issue but a request for technical support. FWIW I have no issues setting up a debug config in VS code, but it's not super -straightforward. read the manuals carefully. If that does not help (and only then), please post on the GTSAM users group at https://groups.google.com/forum/#!forum/gtsam-users |
yes, it's in vscode. now i've found the reason, i should specify CMAKE_BUILD_TYPE before everything. |
|
0124bcc45 Merge pull request #97 from borglab/fix/enums-in-classes f818f94d6 Merge pull request #98 from borglab/fix/global-variables ccc84d3bc some cleanup edf141eb7 assign global variable value correctly ad1d6d241 define class instances for enums 963bfdadd prepend full class namespace e9342a43f fix enums defined in classes 35311571b Merge pull request #88 from borglab/doc/git_subtree b9d2ec972 Address review comments 1f7651402 update `update` documentation to not require manual subtree merge command df834d96b capitalization 36dabbef1 git subtree documentation git-subtree-dir: wrap git-subtree-split: 0124bcc45fa83e295750438fbfd11ddface5466f
i compiled my own source files together with gtsam, i put my files in an independent fold.
i can't debug into gtsam source file.
My develop info:
Sys: Ubuntu 18.04
Boost: 1.65.1
Eigen:GTSAM_USE_SYSTEM_EIGEN( 3.3.7)
help please!
The text was updated successfully, but these errors were encountered: