Skip to content

Commit

Permalink
refactoring of breakpoint management during debugging. If a breakpoin…
Browse files Browse the repository at this point in the history
…t is considered to be in an empty or comment line, an error text is printed and the breakpoints is deleted.
  • Loading branch information
magro11 committed Feb 3, 2021
1 parent 013d3df commit 21661de
Show file tree
Hide file tree
Showing 5 changed files with 263 additions and 92 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
cmake_minimum_required(VERSION 3.1)

project(itom)

message(STATUS "--------------- PROJECT itom -----------------")

set(CMAKE_CXX_STANDARD 11)
Expand Down
Loading

0 comments on commit 21661de

Please sign in to comment.